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

  /external/aac/libMpegTPDec/src/
tpdec_latm.h 149 UCHAR applyAsc; /* apply ASC immediate without flushing */
tpdec_latm.cpp 142 if (!pLatmDemux->applyAsc) {
162 pLatmDemux->applyAsc = 0;
165 pLatmDemux->applyAsc = 1; /* apply new config immediate */
169 if (pLatmDemux->applyAsc) {
230 pLatmDemux->applyAsc = 1;
351 if (!(pLatmDemux->applyAsc) &&
382 if (pLatmDemux->applyAsc) {
405 if (pLatmDemux->applyAsc) {
419 if (!pLatmDemux->applyAsc) {
425 if (!pLatmDemux->applyAsc) {
    [all...]

Completed in 4956 milliseconds