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

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 419 uint16_t picParamSetLength = it->mLength;
420 header[0] = picParamSetLength >> 8;
421 header[1] = picParamSetLength & 0xff;
422 //ALOGE("### PPS %d %d %d", picParamSetLength, header[0], header[1]);
425 memcpy(&header[2], it->mData, picParamSetLength);
426 header += (2 + picParamSetLength);
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]

Completed in 263 milliseconds