Searched refs:MPP_FRAME_RANGE_JPEG (Results 1 – 12 of 12) sorted by relevance
44 .color = MPP_FRAME_SPC_RGB, .dst_range = MPP_FRAME_RANGE_JPEG,51 .color = MPP_FRAME_SPC_BT709, .dst_range = MPP_FRAME_RANGE_JPEG,65 if (range == MPP_FRAME_RANGE_JPEG) { in get_rgb2yuv_cfg()
55 MPP_FRAME_RANGE_JPEG = 2, ///< the normal 2^n-1 "JPEG" YUV ranges enumerator
224 if (prep->range == MPP_FRAME_RANGE_JPEG) { in h264e_sps_update()
321 if (prep->range == MPP_FRAME_RANGE_JPEG) { in h265e_set_sps()
588 ctx->color_range = mpp_get_bit1(&s->gb) ? MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in read_colorspace_details()725 ctx->color_range = MPP_FRAME_RANGE_JPEG; in decode_parser_header()
534 vframe->ColorRange = (colorRan == MPP_FRAME_RANGE_JPEG); in setup_VPU_FRAME_from_mpp_frame()
497 MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in set_sps()
2979 seq->color_config.color_range ? MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in mpp_av1_set_context_with_sequence()
709 regs->reg_base.src_fmt.src_range = (prep->range == MPP_FRAME_RANGE_JPEG ? 1 : 0); in setup_vepu580_prep()
537 impl->color_range = MPP_FRAME_RANGE_JPEG; in dpb_mark_malloc()
1907 reg_base->reg0198_src_fmt.src_range = (prep_cfg->range == MPP_FRAME_RANGE_JPEG ? 1 : 0); in vepu580_h265_set_pp_regs()