Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp578 bool isHdr; in TEST_P() local
582 isHdr = true; in TEST_P()
585 isHdr = false; in TEST_P()
589 isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC; in TEST_P()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp329 bool isHdr; in TEST_P() local
333 isHdr = true; in TEST_P()
336 isHdr = false; in TEST_P()
340 isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC; in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp248 bool isHdr; in TEST_P() local
252 isHdr = true; in TEST_P()
255 isHdr = false; in TEST_P()
259 isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC; in TEST_P()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp8063 uint8_t isHdr = hdr_scene_data->is_hdr_scene; in translateFromHalMetadata() local
8066 &isHdr, 1); in translateFromHalMetadata()