Home
last modified time | relevance | path

Searched refs:first_slice_segment_in_pic_flag (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h265std_encode.h27 uint32_t first_slice_segment_in_pic_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h265std_encode.h52 uint32_t first_slice_segment_in_pic_flag : 1; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_parser.c285 int first_slice_segment_in_pic_flag = buf[i] >> 7; in hevc_find_frame_end() local
286 if (first_slice_segment_in_pic_flag) { in hevc_find_frame_end()
H A Dcbs_h265.h446 uint8_t first_slice_segment_in_pic_flag; member
H A Dcbs_h265_syntax_template.c1316 flag(first_slice_segment_in_pic_flag); in slice_segment_header()
1349 if (!current->first_slice_segment_in_pic_flag) { in slice_segment_header()
H A Dvaapi_encode_h265.c974 sh->first_slice_segment_in_pic_flag = slice->index == 0; in vaapi_encode_h265_init_slice_params()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c763 bool first_slice_segment_in_pic_flag; in slice_header() local
776 first_slice_segment_in_pic_flag = vl_rbsp_u(rbsp, 1); in slice_header()
805 if (!first_slice_segment_in_pic_flag) { in slice_header()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp2370 return ( first_slice_segment_in_pic_flag == rhs.first_slice_segment_in_pic_flag ) &&
2387 uint32_t first_slice_segment_in_pic_flag : 1; member

Completed in 18 milliseconds