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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp190 int32_t headerLength = kOutputBufferSize; local
191 if (!PVGetVolHeader(&handle, outputBuf, &headerLength, 0)) {
195 fwrite(outputBuf, 1, headerLength, fpOutput);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp534 size_t headerLength = 4 * (data[2] << 8 | data[3]) + 4; local
536 if (size < headerLength) {
544 parseSR(s, data, headerLength);
555 // hexdump(data, headerLength);
560 parseBYE(s, data, headerLength);
567 (unsigned)data[1], headerLength);
572 data += headerLength;
573 size -= headerLength;
/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp196 const size_t headerLength = sizeof(uint16_t) /* format */ + sizeof(uint32_t) /* length */ + local
200 std::vector<uint8_t> out(headerLength);
226 LOG_ALWAYS_FATAL_IF(head != headerLength);

Completed in 122 milliseconds