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

/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp356 size_t nalSizeLength) {
358 || (nalSizeLength != 4 && nalSizeLength != 2)) {
433 header[21] = nalSizeLength - 1;
355 makeHvcc(uint8_t *hvcc, size_t *hvccSize, size_t nalSizeLength) argument
H A DUtils.cpp1174 static size_t reassembleHVCC(const sp<ABuffer> &csd0, uint8_t *hvcc, size_t hvccSize, size_t nalSizeLength) { argument
1202 err = paramSets.makeHvcc(hvcc, &size, nalSizeLength);

Completed in 54 milliseconds