Home
last modified time | relevance | path

Searched refs:restricted_ref_pic_lists_flag (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 D0001-fix-h265_parser-read-vui-error.patch18 READ_UINT8 (nr, vui->restricted_ref_pic_lists_flag, 1);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0001-h265parser-Fix-read-vui-error.patch19 READ_UINT8 (nr, vui->restricted_ref_pic_lists_flag, 1);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0001-h265parser-Fix-read-vui-error.patch19 READ_UINT8 (nr, vui->restricted_ref_pic_lists_flag, 1);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h129 RK_S32 restricted_ref_pic_lists_flag; member
H A Dh265d_ps.c1277 READ_ONEBIT(gb, &vui->restricted_ref_pic_lists_flag); in decode_vui()