Searched refs: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.cpp248 uint8_t mProfileIdc; member in class:android::MPEG4Writer::Track
1748 mProfileIdc = data[1];
1752 if (mProfileIdc != data[1] ||
1866 if (mProfileIdc == 100 || mProfileIdc == 110 ||
1867 mProfileIdc == 122 || mProfileIdc == 144) {
1868 ALOGE("Sorry, no support for profile_idc: %d!", mProfileIdc);
1903 header[1] = mProfileIdc; // profile indication

Completed in 554 milliseconds