Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-mixer.c75 static inline u32 xa_track_test_flags(XATrack *track, u32 flags) in xa_track_test_flags() argument
77 return (track->input.flags & flags); in xa_track_test_flags()
80 static inline u32 xa_track_set_flags(XATrack *track, u32 flags) in xa_track_set_flags() argument
82 return (track->input.flags |= flags); in xa_track_set_flags()
85 static inline u32 xa_track_clear_flags(XATrack *track, u32 flags) in xa_track_clear_flags() argument
87 return (track->input.flags &= ~flags); in xa_track_clear_flags()
90 static inline u32 xa_track_toggle_flags(XATrack *track, u32 flags) in xa_track_toggle_flags() argument
92 return (track->input.flags ^= flags); in xa_track_toggle_flags()
110 XATrack track[XA_MIXER_MAX_TRACK_NUMBER]; member
162 XATrack *track; in xa_mixer_check_active() local
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Drexpr.h6 struct _a *track; /* track mem allocation */ member
13 struct _n *track; member
Drexpr.c139 while ( p!=NULL ) { q = p->track; free(p); p = q; }
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
447 if ( freelist != NULL ) p->track = freelist; in newNode()
/device/linaro/hikey/hifi/xaf/host-apf/include/audio/
Dxa-mixer-api.h66 #define XA_MIXER_VOLUME(track, channel, volume) \ argument
67 (__XA_MIXER_VOLUME(volume) | ((track) << 16) | ((channel) << 20))
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/audio/
Dxa-mixer-api.h69 #define XA_MIXER_VOLUME(track, channel, volume) \ argument
70 (__XA_MIXER_VOLUME(volume) | ((track) << 16) | ((channel) << 20))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
DREADME16 doesn't happen again. And if it does, it should be easier to track down.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
DREADME.txt32 to track down.
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
DGdbRun36 # We keep track of the number of symbol files we have loaded via gdb
/device/google/marlin/
Dsystem.prop143 #Enable audio track offload by default
144 audio.offload.track.enable=true
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg_p.g45 int action_no = 0; /* keep track of actions outputed */
46 int nfa_allocated = 0; /* keeps track of number of nfa nodes */
55 int mode_counter = 0; /* keep track of number of %%names */
61 int lex_mode_counter = 0; /* keeps track of the number of %%names */
Dparser.dlg39 int lex_mode_counter = 0; /* keeps track of the number of %%names */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_class.py71 def track(*args, **kwargs): function
74 return track
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DScanMem.asm121 L60 ; We're here because the fast path found a hit - now we have to track down exactly which word i…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME10 to keep track of changes to individual FAQ entries. It is fully
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img282 ��MIXER���../audio/xa-class-mixer.c���[%s.%s] track-%u: received buffer [%p]:%u @%s:%d
283 ��[%s.%s] track-%u started (pts=%x) @%s:%d
285 �[%s.%s] mixer[%p]::track[%u] paused @%s:%d
286 ����[%s.%s] mixer[%p]::track[%u] is not active @%s:%d
287 �[%s.%s] mixer[%p]::track[%u] resumed @%s:%d
288 ���[%s.%s] mixer[%p]::track[%u] is not paused @%s:%d
289 �[%s.%s] mixer[%p]::track[%u] flushed @%s:%d
290 ���[%s.%s] mixer[%p]::track[%u] input port created - size=%u @%s:%d
293 ���[%s.%s] track-%u: ts=%x vs mts=%x @%s:%d
294 ��[%s.%s] track-%u: filled %u bytes @%s:%d
[all …]
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img284 ��MIXER���../audio/xa-class-mixer.c���[%s.%s] track-%u: received buffer [%p]:%u @%s:%d
285 ��[%s.%s] track-%u started (pts=%x) @%s:%d
287 �[%s.%s] mixer[%p]::track[%u] paused @%s:%d
288 ����[%s.%s] mixer[%p]::track[%u] is not active @%s:%d
289 �[%s.%s] mixer[%p]::track[%u] resumed @%s:%d
290 ���[%s.%s] mixer[%p]::track[%u] is not paused @%s:%d
291 �[%s.%s] mixer[%p]::track[%u] flushed @%s:%d
292 ���[%s.%s] mixer[%p]::track[%u] input port created - size=%u @%s:%d
295 ���[%s.%s] track-%u: ts=%x vs mts=%x @%s:%d
296 ��[%s.%s] track-%u: filled %u bytes @%s:%d
[all …]
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-pd-tree.rst193 * is used to track the state of all the nodes i.e. power domain instances
Dxlat-tables-lib-v2-design.rst121 context* constitutes the superset of information used by the library to track
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME19 track down performance bottlenecks or to demonstrate the impact of
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg1018 …/* MR10 */ /* keep track of <<... $label ...>> for semantic predicates in gue…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g274 // Free up our string we allocated to track the include paths
281 // Free up our string we allocated to track preprocessor options
571 // Allocate a structure in which we can keep track of this line information.
2148 more than one substatement, we keep track of the flags at a statement
3287 keeping track of VFR goto statements.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME1046 --with-pydebug: Enable additional debugging code to help track down
1213 buildno Keeps track of the build number
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME1053 --with-pydebug: Enable additional debugging code to help track down
1220 buildno Keeps track of the build number
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt430 mode. The only twist here is keeping track of how many times in a row "the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt433 mode. The only twist here is keeping track of how many times in a row "the

12