Home
last modified time | relevance | path

Searched refs:useNalLengthFour (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DMPEG4Writer.h175 bool useNalLengthFour();
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2136 if (mOwner->useNalLengthFour()) { in makeAVCCodecSpecificData()
2257 &mCodecSpecificDataSize, mOwner->useNalLengthFour() ? 4 : 2); in makeHEVCCodecSpecificData()
2392 if (mOwner->useNalLengthFour()) { in threadEntry()
2823 bool MPEG4Writer::useNalLengthFour() { in useNalLengthFour() function in android::MPEG4Writer
3237 ptr[4] = (ptr[4] & 0xfc) | (mOwner->useNalLengthFour() ? 3 : 1); in writeAvccBox()
3251 ptr[21] = (ptr[21] & 0xfc) | (mOwner->useNalLengthFour() ? 3 : 1); in writeHvccBox()