Searched refs:noSubframes_next (Results 1 - 2 of 2) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h150 UCHAR noSubframes_next; member in struct:__anon188
H A Dtpenc_latm.cpp533 INT noSubframes_next) /* nr of access units / payloads within a latm frame */
536 if (noSubframes_next < 1 || noSubframes_next > MAX_NR_OF_SUBFRAMES) {
540 hAss->noSubframes_next = noSubframes_next;
544 hAss->noSubframes = noSubframes_next;
629 hAss->noSubframes_next = DEFAULT_LATM_NR_OF_SUBFRAMES;
815 hAss->noSubframes = hAss->noSubframes_next;
532 transportEnc_LatmSetNrOfSubframes( HANDLE_LATM_STREAM hAss, INT noSubframes_next) argument

Completed in 29 milliseconds