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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp214 uint8_t mProfileIdc; member in struct:android::AVCCodecSpecificContext
246 pC->mProfileIdc = data[1];
250 if (pC->mProfileIdc != data[1] ||
381 header[1] = ctx.mProfileIdc; // profile indication
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp167 uint8_t mProfileIdc; member in class:android::MPEG4Writer::Track
1625 mProfileIdc = data[1];
1629 if (mProfileIdc != data[1] ||
1743 if (mProfileIdc == 100 || mProfileIdc == 110 ||
1744 mProfileIdc == 122 || mProfileIdc == 144) {
1745 ALOGE("Sorry, no support for profile_idc: %d!", mProfileIdc);
1780 header[1] = mProfileIdc; // profile indication

Completed in 31 milliseconds