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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp290 uint8_t mProfileIdc; member in class:android::MPEG4Writer::Track
1953 mProfileIdc = data[1];
1957 if (mProfileIdc != data[1] ||
2089 if (mProfileIdc == 100 || mProfileIdc == 110 ||
2090 mProfileIdc == 122 || mProfileIdc == 144) {
2091 ALOGE("Sorry, no support for profile_idc: %d!", mProfileIdc);
2131 header[1] = mProfileIdc; // profile indication

Completed in 536 milliseconds