Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DHevcUtils.h96 status_t makeHvcc(uint8_t *hvcc, size_t *hvccSize, size_t nalSizeLength);
/frameworks/av/media/libstagefright/tests/HEVC/
DHEVCUtilsUnitTest.cpp171 err = hevcParams.makeHvcc(hvcc.get(), &hvccBoxSize, kNALSizeLength); in TEST_P()
/frameworks/av/media/libstagefright/
DHevcUtils.cpp437 status_t HevcParameterSets::makeHvcc(uint8_t *hvcc, size_t *hvccSize, in makeHvcc() function in android::HevcParameterSets
DUtils.cpp1720 err = paramSets.makeHvcc(hvcc, &size, nalSizeLength); in reassembleHVCC()
DMPEG4Writer.cpp3417 status_t err = paramSets.makeHvcc((uint8_t *)mCodecSpecificData, in makeHEVCCodecSpecificData()