Home
last modified time | relevance | path

Searched refs:tiles_fixed_structure_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.patch16 READ_UINT8 (nr, vui->tiles_fixed_structure_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.patch17 READ_UINT8 (nr, vui->tiles_fixed_structure_flag, 1);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0001-h265parser-Fix-read-vui-error.patch17 READ_UINT8 (nr, vui->tiles_fixed_structure_flag, 1);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h127 RK_S32 tiles_fixed_structure_flag; member
H A Dh265d_ps.c1275 READ_ONEBIT(gb, &vui->tiles_fixed_structure_flag); in decode_vui()