Home
last modified time | relevance | path

Searched refs:hvccSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
DHevcUtils.cpp373 status_t HevcParameterSets::makeHvcc(uint8_t *hvcc, size_t *hvccSize, in makeHvcc() argument
375 if (hvcc == NULL || hvccSize == NULL in makeHvcc()
420 if (size > *hvccSize) { in makeHvcc()
423 *hvccSize = size; in makeHvcc()
DUtils.cpp1213 static size_t reassembleHVCC(const sp<ABuffer> &csd0, uint8_t *hvcc, size_t hvccSize, size_t nalSiz… in reassembleHVCC() argument
1240 size_t size = hvccSize; in reassembleHVCC()
/frameworks/av/media/libstagefright/include/
DHevcUtils.h92 status_t makeHvcc(uint8_t *hvcc, size_t *hvccSize, size_t nalSizeLength);
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp255 size_t hvccSize; in MatroskaSource() local
256 if (meta.findData(kKeyHVCC, &dummy, (const void **)&hvcc, &hvccSize) in MatroskaSource()
257 && hvccSize >= 22u) { in MatroskaSource()