Texas Instruments Codec Engine Server Manuel d'utilisateur Page 28

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 36
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 27
Creating a Codec Server
2-12
2.2.3.2 Specifying "Scratch Group" and DMA Resources for a
Codec
When you put together several codecs into a single DSP server, you may
need to make them share memory and DMA resources.
Two codecs can share what is called a "scratch" memory. This is a
working memory area, typically in fast internal memory, that is initialized
before one frame of data is processed and discarded afterwards. The
codecs can share this memory only if they run at the same priority. That
is, one cannot preempt another and thus destroy the other codec's
scratch area in the middle of its work.
Scratch area sharing is managed by the DSP algorithm memory manager
called DSKT2, but you can affect how it manages the scratch areas by
defining the optional groupId field for each algorithm in the array of
Server.algs[] configuration.
If you do not set the groupId field, no sharing will take place. This is fine
if you have enough internal/external memory. Otherwise, you can set it
per algorithm, as is the case in the video_copy server example:
/* The array of algorithms this server can serve up.
* This array also configures details about the threads
* that will be created to run the algorithms
* (e.g. stack sizes, priorities, etc.). */
Server.algs = [
{
name: "viddec_copy", // C name for the of codec
mod: VIDDEC_COPY, // VIDDEC_COPY defined above
threadAttrs: {
stackMemId: 0, // BIOS MEM seg ID for task stack
priority: Server.MINPRI + 1 // task priority
},
groupId: 0, // scratch group ID (see DSKT2 below)
},
{
name: "videnc_copy",
mod: VIDENC_COPY,
threadAttrs: {
stackMemId: 0,
priority: Server.MINPRI + 1
},
groupId: 0,
},
];
Vue de la page 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36

Commentaires sur ces manuels

Pas de commentaire

2n Mobility Extension Application podręczniki

Instrukcje obsługi i podręczniki użytkownika dla Akcesoria komunikacja 2n Mobility Extension Application.
Dostarczamy 1 pdf podręczników 2n Mobility Extension Application do pobrania za darmo według typów dokumentów: Instrukcja Użytkownika






Więcej produktów i instrukcji dla Akcesoria komunikacja 2n

Modele Rodzaj dokumentu
VoiceBlue Lite - Manual v2.6 Instrukcja Użytkownika   2N VoiceBlue Lite - Manual v2.6 User Manual, 135 strony
Omega Series - Instalation Manual Instrukcja Użytkownika   2N Omega Series - Instalation Manual User Manual, 46 strony
PBX 2N NetStar - Configuration Manual v2.6.0 Instrukcja Użytkownika   2N PBX 2N NetStar - Configuration Manual v2.6.0 User Manual, 122 strony
SmartGate - User Manual Instrukcja Użytkownika   2N SmartGate - User Manual User Manual, 47 strony
EasyGate - User Manual Instrukcja Użytkownika   2N EasyGate - User Manual User Manual, 36 strony
OfficeRoute - User Manual Instrukcja Użytkownika   2N OfficeRoute - User Manual User Manual [en] , 40 strony
VoiceBlue Enterprise - User Manual Instrukcja Użytkownika   2N VoiceBlue Enterprise - User Manual User Manual, 143 strony
PRI Gateways - User Manual Instrukcja Użytkownika   2N PRI Gateways - User Manual User Manual, 105 strony
StarGate/BlueTower v5.7 Instrukcja Użytkownika   2N StarGate/BlueTower v5.7 User Manual, 183 strony
StarGate/BlueTower v5.6 Instrukcja Użytkownika   2N StarGate/BlueTower v5.6 User Manual [en] , 178 strony
Helios IP Configuration Manual v2.8.1 Instrukcja Użytkownika   2N Helios IP Configuration Manual v2.8.1 User Manual, 116 strony
StarGate/BlueTower v5.5 Instrukcja Użytkownika   2N StarGate/BlueTower v5.5 User Manual, 175 strony
Helios IP Audio Kit Instrukcja Użytkownika   2N Helios IP Audio Kit User Manual, 31 strony
Helios IP HTTP API Manual v2.8 Instrukcja Użytkownika   2N Helios IP HTTP API Manual v2.8 User Manual [en] , 29 strony
Helios IP Manager v2.8 Instrukcja Użytkownika   2N Helios IP Manager v2.8 User Manual, 47 strony
Helios IP Automation Manual v2.8 Instrukcja Użytkownika   2N Helios IP Automation Manual v2.8 User Manual, 43 strony
Helios IP Safety Instrukcja Użytkownika   2N Helios IP Safety User Manual, 45 strony
Helios IP Force Instrukcja Użytkownika   2N Helios IP Force User Manual [en] , 65 strony
Helios IP Uni Instrukcja Użytkownika   2N Helios IP Uni User Manual, 34 strony
Helios IP Configuration Manual v2.8 Instrukcja Użytkownika   2N Helios IP Configuration Manual v2.8 User Manual, 114 strony