OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CStreamInfo
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.h
194
CStreamInfo
streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
320
LINKSPEC_H
CStreamInfo
* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
aacdecoder_lib.cpp
739
static void aacDecoder_UpdateBitStreamCounters(
CStreamInfo
*pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus)
1080
LINKSPEC_CPP
CStreamInfo
* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
[
all
...]
aacdecoder.cpp
700
void CStreamInfoInit(
CStreamInfo
*pStreamInfo)
[
all
...]
/external/aac/libAACdec/include/
aacdecoder_lib.h
219
The decoded audio output format is indicated by a set of variables of the
CStreamInfo
structure.
224
CStreamInfo
::numChannels cells. Each cell of pChannelType indicates the channel type, described in
249
is passed to aacDecoder_DecodeFrame() and the expected data in the
CStreamInfo
structure which can be obtained
256
to the following values in
CStreamInfo
:
258
CStreamInfo
::numChannels = 2
260
CStreamInfo
::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
262
CStreamInfo
::pChannelIndices = { 0, 1 }
272
Where N equals to
CStreamInfo
::frameSize .
278
to the following values in
CStreamInfo
:
280
CStreamInfo
::numChannels =
[
all
...]
Completed in 216 milliseconds