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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp215 uint8_t mProfileCompatible; member in struct:android::AVCCodecSpecificContext
247 pC->mProfileCompatible = data[2];
251 pC->mProfileCompatible != data[2] ||
382 header[2] = ctx.mProfileCompatible; // profile compatibility
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp249 uint8_t mProfileCompatible; member in class:android::MPEG4Writer::Track
1749 mProfileCompatible = data[2];
1753 mProfileCompatible != data[2] ||
1904 header[2] = mProfileCompatible; // profile compatibility

Completed in 93 milliseconds