OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CStreamInfo
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.h
35
void submitStreamData(
CStreamInfo
*);
SoftAAC2.h
55
CStreamInfo
*mStreamInfo;
DrcPresModeWrap.cpp
68
CDrcPresModeWrapper::submitStreamData(
CStreamInfo
* pStreamInfo)
/external/lzma/CPP/Windows/
FileFind.h
94
struct
CStreamInfo
106
bool FindFirst(CFSTR filePath,
CStreamInfo
&streamInfo);
107
bool FindNext(
CStreamInfo
&streamInfo);
118
bool Next(
CStreamInfo
&streamInfo, bool &found);
FileFind.cpp
190
bool
CStreamInfo
::IsMainStream() const throw()
195
UString
CStreamInfo
::GetReducedName() const
204
static void Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd,
CStreamInfo
&si)
210
bool CFindStream::FindFirst(CFSTR path,
CStreamInfo
&si)
244
bool CFindStream::FindNext(
CStreamInfo
&si)
260
bool CStreamEnumerator::Next(
CStreamInfo
&si, bool &found)
367
CStreamInfo
si;
/external/aac/libAACdec/src/
aacdecoder.h
194
CStreamInfo
streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
322
LINKSPEC_H
CStreamInfo
* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
aacdecoder_lib.cpp
745
static void aacDecoder_UpdateBitStreamCounters(
CStreamInfo
*pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus)
[
all
...]
aacdecoder.cpp
687
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
...]
/external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp
295
NFind::
CStreamInfo
si;
Completed in 295 milliseconds