Home
last modified time | relevance | path

Searched refs:max_bytes_per_pic_denom (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0001-fix-h265_parser-read-vui-error.patch20 - READ_UE_MAX (nr, vui->max_bytes_per_pic_denom, 16);
25 + READ_UE (nr, vui->max_bytes_per_pic_denom);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0001-h265parser-Fix-read-vui-error.patch21 - READ_UE_MAX (nr, vui->max_bytes_per_pic_denom, 16);
26 + READ_UE (nr, vui->max_bytes_per_pic_denom);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0001-h265parser-Fix-read-vui-error.patch21 - READ_UE_MAX (nr, vui->max_bytes_per_pic_denom, 16);
26 + READ_UE (nr, vui->max_bytes_per_pic_denom);
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h81 unsigned int max_bytes_per_pic_denom; member
H A Dnal-h264.c585 rbsp_uev(rbsp, &vui->max_bytes_per_pic_denom); in nal_h264_rbsp_vui_parameters()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h75 RK_S32 max_bytes_per_pic_denom; member
H A Dh264e_sps.c431 mpp_writer_put_ue(bit, vui->max_bytes_per_pic_denom); in h264e_sps_to_packet()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h459 RK_U32 max_bytes_per_pic_denom; // ue(v) member
699 RK_S32 *max_bytes_per_pic_denom; member
H A Dh264d_sps.c156 READ_UE(p_bitctx, &vui->max_bytes_per_pic_denom); in read_VUI()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h131 RK_S32 max_bytes_per_pic_denom; member
H A Dh265d_ps.c1279 READ_UE(gb, &vui->max_bytes_per_pic_denom); in decode_vui()