HomeSort by relevance Sort by last modified time
    Searched refs:nrOfLayers (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACdec/include/
aacdecoder_lib.h 193 instance. \code aacDecoderInfo = aacDecoder_Open(transportType, nrOfLayers);
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 189 INT nrOfLayers;
aacdecoder_lib.cpp 197 UINT layer, nrOfLayers = self->nrOfLayers;
199 for (layer = 0; layer < nrOfLayers; layer++) {
217 self->nrOfLayers = layer;
915 UINT nrOfLayers) {
921 UINT nrOfLayers_min = fMin(nrOfLayers, (UINT)1);
938 aacDec->nrOfLayers = nrOfLayers_min;
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 192 const UINT flags, const UINT nrOfLayers) {
247 if (nrOfLayers > 1) {
251 for (UINT i = 0; i < nrOfLayers; i++) {
    [all...]

Completed in 266 milliseconds