Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DHevcUtils.h92 status_t makeHvcc(uint8_t *hvcc, size_t *hvccSize, size_t nalSizeLength);
/frameworks/av/media/libstagefright/
DHevcUtils.cpp355 status_t HevcParameterSets::makeHvcc(uint8_t *hvcc, size_t *hvccSize, in makeHvcc() function in android::HevcParameterSets
DUtils.cpp1202 err = paramSets.makeHvcc(hvcc, &size, nalSizeLength); in reassembleHVCC()
DMPEG4Writer.cpp2256 status_t err = paramSets.makeHvcc((uint8_t *)mCodecSpecificData, in makeHEVCCodecSpecificData()