Home
last modified time | relevance | path

Searched refs:offset_for_top_to_bottom_field (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.h55 int offset_for_top_to_bottom_field; member
H A Dcbs_h264.h133 int32_t offset_for_top_to_bottom_field; member
H A Dh264_ps.c456 sps->offset_for_top_to_bottom_field = get_se_golomb_long(gb); in ff_h264_decode_seq_parameter_set()
459 || sps->offset_for_top_to_bottom_field == INT32_MIN in ff_h264_decode_seq_parameter_set()
462 "offset_for_non_ref_pic or offset_for_top_to_bottom_field is out of range\n"); in ff_h264_decode_seq_parameter_set()
H A Dh264_parse.c339 field_poc[1] = field_poc[0] + sps->offset_for_top_to_bottom_field; in ff_h264_init_poc()
H A Dcbs_h264_syntax_template.c334 se(offset_for_top_to_bottom_field, INT32_MIN + 1, INT32_MAX); in sps()
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h264std.h262 int32_t offset_for_top_to_bottom_field; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std.h265 int32_t offset_for_top_to_bottom_field; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std.h253 int32_t offset_for_top_to_bottom_field; member
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c292 sps->offset_for_top_to_bottom_field = vl_rbsp_se(rbsp); in seq_parameter_set()
816 sps->offset_for_top_to_bottom_field + priv->codec_data.h264.delta_pic_order_cnt[1]; in slice_header()
821 priv->picture.h264.field_order_cnt[1] = expectedPicOrderCnt + sps->offset_for_top_to_bottom_field + in slice_header()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h295 int32_t offset_for_top_to_bottom_field; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp518 ( offset_for_non_ref_pic == rhs.offset_for_non_ref_pic ) && ( offset_for_top_to_bottom_field == rhs.offset_for_top_to_bottom_field ) &&
547 int32_t offset_for_top_to_bottom_field = {}; member

Completed in 24 milliseconds