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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2165 uint16_t picParamSetLength = it->mLength; local
2166 header[0] = picParamSetLength >> 8;
2167 header[1] = picParamSetLength & 0xff;
2170 memcpy(&header[2], it->mData, picParamSetLength);
2171 header += (2 + picParamSetLength);

Completed in 54 milliseconds