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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h97 u32 transferCharacteristics; member in struct:__anon796
/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp344 uint32_t colourPrimaries, transferCharacteristics, matrixCoeffs; local
348 if (reader.getBitsGraceful(8, &transferCharacteristics)) {
349 mParams.add(kTransferCharacteristics, transferCharacteristics);
350 if (transferCharacteristics == 16 /* ST 2084 */
351 || transferCharacteristics == 18 /* ARIB STD-B67 HLG */) {

Completed in 899 milliseconds