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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp419 uint16_t picParamSetLength = it->mLength; local
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/
H A DMPEG4Writer.cpp1937 uint16_t picParamSetLength = it->mLength; local
1938 header[0] = picParamSetLength >> 8;
1939 header[1] = picParamSetLength & 0xff;
1942 memcpy(&header[2], it->mData, picParamSetLength);
1943 header += (2 + picParamSetLength);

Completed in 73 milliseconds