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

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 139 UCHAR audioMuxVersion; /* AMV1 supports transmission of taraBufferFullness and ASC lengths */
168 * \param audioMuxVersion the LATM audioMuxVersion to be used
178 UINT audioMuxVersion,
tpenc_latm.cpp 303 FDKwriteBits( hBs, hAss->audioMuxVersion, 1 ); /* audioMuxVersion */
306 if ( hAss->audioMuxVersion == 1 ) {
313 if ( hAss->audioMuxVersion == 1 ) {
351 if ( hAss->audioMuxVersion == 1 ) {
600 UINT audioMuxVersion,
613 hAss->audioMuxVersion = audioMuxVersion;
830 UINT audioMuxVersion,
856 (audioMuxVersion)?1:0
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 262 unsigned audioMuxVersion = bits->getBits(1);
265 if (audioMuxVersion == 1) {
271 if (audioMuxVersion != 0) {
274 CHECK_EQ(audioMuxVersion, 0u); // XXX to be implemented
286 if (audioMuxVersion == 0) {
339 if (audioMuxVersion == 1) {
  /external/aac/libAACenc/src/
aacenc.h 212 INT audioMuxVersion; /* audio mux version in loas/latm transport format */
aacenc_lib.cpp 165 UCHAR userTpAmxv; /*!< AudioMuxVersion to be used for LATM (default 0). */
767 hAacConfig->audioMuxVersion = config->userTpAmxv;
770 hAacConfig->audioMuxVersion = -1;
    [all...]
aacenc.cpp 287 if (hAacEnc->config->audioMuxVersion==2) {
327 config->audioMuxVersion = -1; /* audio mux version not configured */
    [all...]

Completed in 86 milliseconds