Searched defs:prependSPSPPS (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp1775 int32_t prependSPSPPS = 0; local
1777 && msg->findInt32("prepend-sps-pps-to-idr-frames", &prependSPSPPS)
1778 && prependSPSPPS != 0) {
1805 OMX_BOOL enable = (OMX_BOOL) (prependSPSPPS

Completed in 1585 milliseconds