Home
last modified time | relevance | path

Searched refs:offset_for_top_to_bottom_field (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h55 int offset_for_top_to_bottom_field; member
Dcbs_h264.h133 int32_t offset_for_top_to_bottom_field; member
Dh264_ps.c453 sps->offset_for_top_to_bottom_field = get_se_golomb_long(gb); in ff_h264_decode_seq_parameter_set()
456 || sps->offset_for_top_to_bottom_field == INT32_MIN in ff_h264_decode_seq_parameter_set()
Dh264_parse.c337 field_poc[1] = field_poc[0] + sps->offset_for_top_to_bottom_field; in ff_h264_init_poc()
Dcbs_h264_syntax_template.c334 se(offset_for_top_to_bottom_field, INT32_MIN + 1, INT32_MAX); in FUNC()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h253 int32_t offset_for_top_to_bottom_field; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std.h262 int32_t offset_for_top_to_bottom_field; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h263 int32_t offset_for_top_to_bottom_field; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std.h264 int32_t offset_for_top_to_bottom_field; member
/third_party/mesa3d/src/gallium/frontends/omx/
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/
Dp_video_state.h295 int32_t offset_for_top_to_bottom_field; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h732 gint32 offset_for_top_to_bottom_field; member
Dgsth264parser.c1735 READ_SE (nr, sps->offset_for_top_to_bottom_field); in gst_h264_parse_sps_data()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c471 .offset_for_top_to_bottom_field = sps->offset_for_top_to_bottom_field, in gst_v4l2_codec_h264_dec_fill_sequence()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1328 __s32 offset_for_top_to_bottom_field; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1328 __s32 offset_for_top_to_bottom_field; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1700 sps->offset_for_top_to_bottom_field + picture->delta_pic_order_cnt1; in gst_h264_decoder_calculate_poc()
1706 sps->offset_for_top_to_bottom_field + picture->delta_pic_order_cnt0; in gst_h264_decoder_calculate_poc()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6336 int32_t offset_for_top_to_bottom_field; member
DvkVulkan_c.inl288 deInt32 offset_for_top_to_bottom_field; member
DvkStrUtilImpl.inl13015 s << "\toffset_for_top_to_bottom_field = " << value.offset_for_top_to_bottom_field << '\n';