Home
last modified time | relevance | path

Searched refs:MppFrameColorTransferCharacteristic (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h116 } MppFrameColorTransferCharacteristic; typedef
407 MppFrameColorTransferCharacteristic mpp_frame_get_color_trc(const MppFrame frame);
408 void mpp_frame_set_color_trc(MppFrame frame, MppFrameColorTransferCharacteristic color_trc);
H A Drk_venc_cmd.h559 MppFrameColorTransferCharacteristic colortrc;
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h116 } MppFrameColorTransferCharacteristic; typedef
406 MppFrameColorTransferCharacteristic mpp_frame_get_color_trc(const MppFrame frame);
407 void mpp_frame_set_color_trc(MppFrame frame, MppFrameColorTransferCharacteristic color_trc);
H A Drk_venc_cmd.h559 MppFrameColorTransferCharacteristic colortrc;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h108 MppFrameColorTransferCharacteristic color_trc;
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h135 MppFrameColorTransferCharacteristic color_trc;
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp291 MPP_FRAME_ACCESSORS(MppFrameColorTransferCharacteristic, color_trc)
H A Dmpp_enc_cfg.cpp177 …ENTRY(prep, colortrc, S32, MppFrameColorTransferCharacteristic, MPP_ENC_PREP_CFG_CHANGE_COLO…
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp522 MppFrameColorTransferCharacteristic colorTrc = mpp_frame_get_color_trc(mframe); in setup_VPU_FRAME_from_mpp_frame()