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

/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp372 size_t nalSizeLength) {
374 || (nalSizeLength != 4 && nalSizeLength != 2)) {
449 header[21] = nalSizeLength - 1;
371 makeHvcc(uint8_t *hvcc, size_t *hvccSize, size_t nalSizeLength) argument
H A DUtils.cpp1209 static size_t reassembleHVCC(const sp<ABuffer> &csd0, uint8_t *hvcc, size_t hvccSize, size_t nalSizeLength) { argument
1237 err = paramSets.makeHvcc(hvcc, &size, nalSizeLength);

Completed in 73 milliseconds