Searched refs:BT2020 (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 162 * Use limited range, BT.709 transfer and BT2020 standard 171 * Use limited/full range, PQ/HLG transfer, and BT2020 standard 183 * BT2020 corresponds with display settings that implement the ITU-R 217 BT2020 = 10,
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 235 BT2020, // Rec.ITU-R BT.2020 or equivalent 267 BT2020, // Rec.ITU-R BT.2020 non-constant luminance
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 42 * Use full range, sRGB transfer and BT2020 standard
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1123 * Use full range, linear transfer and BT2020 standard 1133 * Use full range, BT.709 transfer and BT2020 standard 1135 BT2020 = STANDARD_BT2020 | TRANSFER_SMPTE_170M | RANGE_FULL, 1142 * Use full range, SMPTE 2084 (PQ) transfer and BT2020 standard
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 498 BT2020 = 0, enumerator
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 707 BT2020 = 0, enumerator
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 684 BT2020 = 0, enumerator
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 2251 BT2020, enumerator
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 276 omx->m_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread() 296 tmp_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread() 338 … (omx->m_color_space == omx_vdec::BT2020 ? "BT2020": "EXCEPT_BT2020"), in async_message_thread() 339 … (tmp_color_space == omx_vdec::BT2020 ? "BT2020": "EXCEPT_BT2020")); in async_message_thread() 347 omx->m_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 271 omx->m_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread() 291 tmp_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread() 333 … (omx->m_color_space == omx_vdec::BT2020 ? "BT2020": "EXCEPT_BT2020"), in async_message_thread() 334 … (tmp_color_space == omx_vdec::BT2020 ? "BT2020": "EXCEPT_BT2020")); in async_message_thread() 342 omx->m_color_space = (ptr[4] == MSM_VIDC_BT2020 ? (omx_vdec::BT2020): in async_message_thread()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 399 color_mode_map_[ColorMode::BT2020][RenderIntent::COLORIMETRIC] in PopulateColorModes()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 256 omx->m_color_space = omx_vdec::BT2020; in async_message_thread()
|