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 D | 0001-fix-h265_parser-read-vui-error.patch | 20 - 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 D | 0001-h265parser-Fix-read-vui-error.patch | 21 - 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 D | 0001-h265parser-Fix-read-vui-error.patch | 21 - 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 D | nal-h264.h | 81 unsigned int max_bytes_per_pic_denom; member
|
| H A D | nal-h264.c | 585 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 D | h264e_sps.h | 75 RK_S32 max_bytes_per_pic_denom; member
|
| H A D | h264e_sps.c | 431 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 D | h264d_global.h | 459 RK_U32 max_bytes_per_pic_denom; // ue(v) member 699 RK_S32 *max_bytes_per_pic_denom; member
|
| H A D | h264d_sps.c | 156 READ_UE(p_bitctx, &vui->max_bytes_per_pic_denom); in read_VUI()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 131 RK_S32 max_bytes_per_pic_denom; member
|
| H A D | h265d_ps.c | 1279 READ_UE(gb, &vui->max_bytes_per_pic_denom); in decode_vui()
|