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

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

Completed in 815 milliseconds