Home
last modified time | relevance | path

Searched refs:MPP_FRAME_RANGE_MPEG (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h54 MPP_FRAME_RANGE_MPEG = 1, ///< the normal 219*2^(n-8) "MPEG" YUV ranges enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h54 MPP_FRAME_RANGE_MPEG = 1, ///< the normal 219*2^(n-8) "MPEG" YUV ranges enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c353 if (color_range != MPP_FRAME_RANGE_MPEG) in setup_output_fmt()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c497 MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in set_sps()
499 s->h265dctx->color_range = MPP_FRAME_RANGE_MPEG; in set_sps()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c588 ctx->color_range = mpp_get_bit1(&s->gb) ? MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in read_colorspace_details()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c2979 seq->color_config.color_range ? MPP_FRAME_RANGE_JPEG : MPP_FRAME_RANGE_MPEG; in mpp_av1_set_context_with_sequence()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c539 impl->color_range = MPP_FRAME_RANGE_MPEG; in dpb_mark_malloc()