HomeSort by relevance Sort by last modified time
    Searched defs:CStreamInfo (Results 1 - 2 of 2) sorted by null

  /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);
  /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 60 milliseconds