HomeSort by relevance Sort by last modified time
    Searched refs:use2ByteNalLength (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 386 int32_t use2ByteNalLength = 0;
388 param->findInt32(kKey2ByteNalLength, &use2ByteNalLength) &&
389 use2ByteNalLength) {
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 593 int32_t use2ByteNalLength;
595 param->findInt32(kKey2ByteNalLength, &use2ByteNalLength) &&
596 use2ByteNalLength) {
    [all...]

Completed in 630 milliseconds