Searched refs:max_bits_per_min_cu_denom (Results 1 – 5 of 5) 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 | 21 - READ_UE_MAX (nr, vui->max_bits_per_min_cu_denom, 16); 26 + READ_UE (nr, vui->max_bits_per_min_cu_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 | 22 - READ_UE_MAX (nr, vui->max_bits_per_min_cu_denom, 16); 27 + READ_UE (nr, vui->max_bits_per_min_cu_denom);
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0001-h265parser-Fix-read-vui-error.patch | 22 - READ_UE_MAX (nr, vui->max_bits_per_min_cu_denom, 16); 27 + READ_UE (nr, vui->max_bits_per_min_cu_denom);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 132 RK_S32 max_bits_per_min_cu_denom; member
|
| H A D | h265d_ps.c | 1280 READ_UE(gb, &vui->max_bits_per_min_cu_denom); in decode_vui()
|