Home
last modified time | relevance | path

Searched refs:first_field (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_telecine.c38 int first_field; member
60 …{"first_field", "select first field", OFFSET(first_field), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAG…
193 … av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * s->first_field, in filter_frame()
195 s->temp->data[i] + s->temp->linesize[i] * s->first_field, in filter_frame()
198 (s->planeheight[i] - s->first_field + 1) / 2); in filter_frame()
200 … av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * !s->first_field, in filter_frame()
202 inpicref->data[i] + inpicref->linesize[i] * !s->first_field, in filter_frame()
205 (s->planeheight[i] - !s->first_field + 1) / 2); in filter_frame()
208 s->frame[nout]->top_field_first = !s->first_field; in filter_frame()
Dvf_weave.c29 int first_field; member
42 …{ "first_field", "set first field", OFFSET(first_field), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS,…
106 const int field1 = weave ? s->first_field : (!s->first_field); in weave_slice()
107 const int field2 = weave ? (!s->first_field) : s->first_field; in weave_slice()
158 out->top_field_first = !s->first_field; in filter_frame()
Dvf_detelecine.c37 int first_field; member
61 …{"first_field", "select first field", OFFSET(first_field), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAG…
261 … av_image_copy_plane(s->frame[out]->data[i] + s->frame[out]->linesize[i] * s->first_field, in filter_frame()
263 inpicref->data[i] + inpicref->linesize[i] * s->first_field, in filter_frame()
266 (s->planeheight[i] - s->first_field + 1) / 2); in filter_frame()
268 … av_image_copy_plane(s->frame[out]->data[i] + s->frame[out]->linesize[i] * !s->first_field, in filter_frame()
270 s->temp->data[i] + s->temp->linesize[i] * !s->first_field, in filter_frame()
273 (s->planeheight[i] - !s->first_field + 1) / 2); in filter_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c263 GstMpeg2Picture *first_field; member
857 if (priv->first_field) { in gst_mpeg2_decoder_ensure_current_picture()
859 gst_mpeg2_picture_clear (&priv->first_field); in gst_mpeg2_decoder_ensure_current_picture()
874 if (!priv->first_field) { in gst_mpeg2_decoder_ensure_current_picture()
889 ret = klass->new_field_picture (decoder, priv->first_field, picture); in gst_mpeg2_decoder_ensure_current_picture()
898 picture->first_field = gst_mpeg2_picture_ref (priv->first_field); in gst_mpeg2_decoder_ensure_current_picture()
926 picture->first_field); in gst_mpeg2_decoder_ensure_current_picture()
949 !priv->current_picture->first_field) { in gst_mpeg2_decoder_finish_current_field()
950 priv->first_field = priv->current_picture; in gst_mpeg2_decoder_finish_current_field()
981 !priv->current_picture->first_field) { in gst_mpeg2_decoder_finish_current_picture()
[all …]
Dgstmpeg2picture.c37 if (picture->first_field) in _gst_mpeg2_picture_free()
38 gst_mpeg2_picture_unref (picture->first_field); in _gst_mpeg2_picture_free()
Dgstmpeg2decoder.h116 const GstMpeg2Picture * first_field,
Dgsth264decoder.h154 const GstH264Picture * first_field,
Dgstmpeg2picture.h88 GstMpeg2Picture *first_field; member
Dgsth264decoder.c1150 GstH264Slice * slice, GstH264Picture ** first_field) in gst_h264_decoder_find_first_field_picture() argument
1157 *first_field = NULL; in gst_h264_decoder_find_first_field_picture()
1214 *first_field = gst_h264_picture_ref (prev_field); in gst_h264_decoder_find_first_field_picture()
1280 GstH264Picture *first_field = NULL; in gst_h264_decoder_parse_slice() local
1286 &priv->current_slice, &first_field)) { in gst_h264_decoder_parse_slice()
1291 if (first_field) { in gst_h264_decoder_parse_slice()
1292 picture = gst_h264_decoder_new_field_picture (self, first_field); in gst_h264_decoder_parse_slice()
1293 gst_h264_picture_unref (first_field); in gst_h264_decoder_parse_slice()
/third_party/ffmpeg/libavcodec/
Ddnxhddec.c177 int first_field) in dnxhd_decode_header() argument
198 frame->top_field_first = first_field ^ ctx->cur_field; in dnxhd_decode_header()
623 int first_field = 1; in dnxhd_decode_frame() local
632 if ((ret = dnxhd_decode_header(ctx, picture, buf, buf_size, first_field)) < 0) in dnxhd_decode_frame()
639 first_field = 1; in dnxhd_decode_frame()
644 first_field = 1; in dnxhd_decode_frame()
652 if (first_field) { in dnxhd_decode_frame()
663 if (first_field && picture->interlaced_frame) { in dnxhd_decode_frame()
666 first_field = 0; in dnxhd_decode_frame()
Dproresdec.h52 int first_field; member
Dh264_slice.c375 h->first_field = h1->first_field; in ff_h264_update_thread_context()
943 h->first_field = 0; in h264_slice_header_init()
1507 if (h->first_field) { in h264_field_start()
1559 while (h->poc.frame_num != h->poc.prev_frame_num && !h->first_field && in h264_field_start()
1569 h->first_field = 0; in h264_field_start()
1624 if (h->first_field) { in h264_field_start()
1635 h->first_field = FIELD_PICTURE(h); in h264_field_start()
1644 h->first_field = 1; in h264_field_start()
1650 h->first_field = 1; in h264_field_start()
1654 h->first_field = 0; in h264_field_start()
[all …]
Dproresdec2.c684 if (ctx->frame_type && ctx->first_field ^ ctx->frame->top_field_first) { in decode_slice_thread()
773 ctx->first_field = 1; in decode_frame()
792 if (ctx->first_field) in decode_frame()
804 if (ctx->frame_type && buf_size > 0 && ctx->first_field) { in decode_frame()
805 ctx->first_field = 0; in decode_frame()
Dmpegutils.c54 int first_field, int low_delay) in ff_draw_horiz_band() argument
66 if (field_pic && first_field && in ff_draw_horiz_band()
Dmpegutils.h138 int y, int h, int picture_structure, int first_field,
Dnvdec_mpeg12.c55 .second_field = s->picture_structure != PICT_FRAME && !s->first_field, in nvdec_mpeg12_start_frame()
Dh264dec.c118 if (field_pic && h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD)) in ff_h264_draw_horiz_band()
457 h->first_field = 0; in ff_h264_flush_change()
567 if (!h->first_field) { in decode_nal_units()
931 h->first_field = 0; in send_next_delayed_frame()
Dvaapi_mpeg2.c39 return s->first_field || s->picture_structure == PICT_FRAME; in mpeg2_get_is_frame_start()
/third_party/node/src/
Ddebug_utils.cc357 void* first_field = nullptr; in PrintLibuvHandleInformation() local
362 first_field = *reinterpret_cast<void**>(handle->data); in PrintLibuvHandleInformation()
364 if (first_field != nullptr) { in PrintLibuvHandleInformation()
366 first_field, sym_ctx->LookupSymbol(first_field).Display().c_str()); in PrintLibuvHandleInformation()
/third_party/ffmpeg/libavformat/
Dgxf.c32 int64_t first_field; member
199 si->first_field = AV_NOPTS_VALUE; in gxf_material_tags()
211 si->first_field = value; in gxf_material_tags()
388 st->start_time = si->first_field; in gxf_header()
389 if (si->first_field != AV_NOPTS_VALUE && si->last_field != AV_NOPTS_VALUE) in gxf_header()
390 st->duration = si->last_field - si->first_field; in gxf_header()
/third_party/mesa3d/src/gallium/drivers/r600/
Deg_debug.c88 bool first_field = true; in eg_dump_reg() local
109 if (!first_field) in eg_dump_reg()
122 first_field = false; in eg_dump_reg()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11mpeg2dec.cpp127 decoder, const GstMpeg2Picture * first_field,
441 const GstMpeg2Picture * first_field, GstMpeg2Picture * second_field) in gst_d3d11_mpeg2_dec_new_field_picture() argument
447 gst_mpeg2_picture_get_user_data ((GstMpeg2Picture *) first_field); in gst_d3d11_mpeg2_dec_new_field_picture()
579 if (picture->first_field && is_field) { in gst_d3d11_mpeg2_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c144 decoder, const GstH264Picture * first_field, GstH264Picture * second_field);
483 const GstH264Picture * first_field, GstH264Picture * second_field) in gst_nv_h264_dec_new_field_picture() argument
488 gst_h264_picture_get_user_data ((GstH264Picture *) first_field); in gst_nv_h264_dec_new_field_picture()
491 "No decoder frame in the first picture %p", first_field); in gst_nv_h264_dec_new_field_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvampeg2dec.c327 const GstMpeg2Picture * first_field, GstMpeg2Picture * second_field) in gst_va_mpeg2_dec_new_field_picture() argument
333 first_pic = gst_mpeg2_picture_get_user_data ((GstMpeg2Picture *) first_field); in gst_va_mpeg2_dec_new_field_picture()
420 return (!picture->first_field in _is_frame_start()
/third_party/mesa3d/src/amd/common/
Dac_debug.c171 bool first_field = true; in ac_dump_reg() local
192 if (!first_field) in ac_dump_reg()
203 first_field = false; in ac_dump_reg()

12