OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iAllocateInputBuffer
(Results
1 - 4
of
4
) sorted by null
/external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3_decoder.h
80
bool
iAllocateInputBuffer
;
/external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_decoder.cpp
162
if (
iAllocateInputBuffer
&& iInputBuf)
199
iAllocateInputBuffer
= aAllocateInputBuffer;
202
if (
iAllocateInputBuffer
)
388
if (
iAllocateInputBuffer
&& iInputBuf)
/external/opencore/codecs_v2/audio/aac/dec/src/
decoder_aac.cpp
59
iAllocateInputBuffer
= true;
89
if (
iAllocateInputBuffer
&& iInputBuf)
129
iAllocateInputBuffer
= aAllocateInputBuffer;
132
if (
iAllocateInputBuffer
)
243
iAllocateInputBuffer
= aAllocateInputBuffer;
246
if (
iAllocateInputBuffer
)
422
if (
iAllocateInputBuffer
&& iInputBuf)
/external/opencore/codecs_v2/audio/aac/dec/include/
decoder_aac.h
92
bool
iAllocateInputBuffer
;
Completed in 41 milliseconds