Searched refs:color_trc (Results 1 – 11 of 11) sorted by relevance
90 static_meta->color_trc = mpp_frame_get_color_trc(frame); in fill_hdr_meta_to_frame()103 if ((codec_type == HDR_HEVC && static_meta->color_trc == MPP_FRAME_TRC_ARIB_STD_B67) || in fill_hdr_meta_to_frame()104 (codec_type == HDR_AVS2 && static_meta->color_trc == MPP_FRAME_TRC_BT2020_10)) in fill_hdr_meta_to_frame()106 if ((codec_type == HDR_HEVC && static_meta->color_trc == MPP_FRAME_TRC_SMPTEST2084) || in fill_hdr_meta_to_frame()107 (codec_type == HDR_AVS2 && static_meta->color_trc == MPP_FRAME_TRC_BT1361_ECG)) in fill_hdr_meta_to_frame()
291 MPP_FRAME_ACCESSORS(MppFrameColorTransferCharacteristic, color_trc)
374 info_set_impl->color_trc = frame_impl->color_trc; in generate_info_set()
57 RK_U32 color_trc; member
408 void mpp_frame_set_color_trc(MppFrame frame, MppFrameColorTransferCharacteristic color_trc);
407 void mpp_frame_set_color_trc(MppFrame frame, MppFrameColorTransferCharacteristic color_trc);
108 MppFrameColorTransferCharacteristic color_trc; member
2982 ctx->color_trc = seq->color_config.transfer_characteristics; in mpp_av1_set_context_with_sequence()
135 MppFrameColorTransferCharacteristic color_trc; member
543 impl->color_trc = p->transfer_characteristics; in dpb_mark_malloc()547 impl->color_trc = MPP_FRAME_TRC_UNSPECIFIED; in dpb_mark_malloc()