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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2132 uint16_t picParamSetLength = it->mLength; local
2133 header[0] = picParamSetLength >> 8;
2134 header[1] = picParamSetLength & 0xff;
2137 memcpy(&header[2], it->mData, picParamSetLength);
2138 header += (2 + picParamSetLength);

Completed in 29 milliseconds