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

/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp355 status_t HevcParameterSets::makeHvcc(uint8_t *hvcc, size_t *hvccSize, argument
357 if (hvcc == NULL || hvccSize == NULL
402 if (size > *hvccSize) {
405 *hvccSize = size;
H A DUtils.cpp1174 static size_t reassembleHVCC(const sp<ABuffer> &csd0, uint8_t *hvcc, size_t hvccSize, size_t nalSizeLength) { argument
1201 size_t size = hvccSize;

Completed in 68 milliseconds