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

  /external/aac/libAACdec/include/
aacdecoder_lib.h 151 -# Call aacDecoder_Open() to open and retrieve a handle to a new AAC decoder instance.
153 \skipline aacDecoder_Open
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 639 LINKSPEC_CPP HANDLE_AACDECODER aacDecoder_Open(TRANSPORT_TYPE transportFmt, UINT nrOfLayers)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 135 mAACDecoder = aacDecoder_Open(TT_MP4_ADIF, /* num layers */ 1);
    [all...]

Completed in 226 milliseconds