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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2048 uint16_t picParamSetLength = it->mLength; local
2049 header[0] = picParamSetLength >> 8;
2050 header[1] = picParamSetLength & 0xff;
2053 memcpy(&header[2], it->mData, picParamSetLength);
2054 header += (2 + picParamSetLength);

Completed in 8 milliseconds