Home
last modified time | relevance | path

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

12

/third_party/libsoup/libsoup/
Dsoup-form.c260 soup_form_encode (const char *first_field, ...) in soup_form_encode() argument
265 va_start (args, first_field); in soup_form_encode()
266 encoded = soup_form_encode_valist (first_field, args); in soup_form_encode()
339 soup_form_encode_valist (const char *first_field, va_list args) in soup_form_encode_valist() argument
344 name = first_field; in soup_form_encode_valist()
409 const char *first_field, ...) in soup_form_request_new() argument
414 va_start (args, first_field); in soup_form_request_new()
415 form_data = soup_form_encode_valist (first_field, args); in soup_form_request_new()
Dsoup-form.h27 char *soup_form_encode (const char *first_field,
34 char *soup_form_encode_valist (const char *first_field,
47 const char *first_field,
Dsoup-uri.h121 const char *first_field,
/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,
Dgstmpeg2picture.h88 GstMpeg2Picture *first_field; member
Dgsth264decoder.h154 const GstH264Picture * first_field,
/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
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()
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 …]
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()
/third_party/node/src/
Ddebug_utils.cc355 void* first_field = nullptr; in PrintLibuvHandleInformation() local
360 first_field = *reinterpret_cast<void**>(handle->data); in PrintLibuvHandleInformation()
362 if (first_field != nullptr) { in PrintLibuvHandleInformation()
364 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/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc73 const std::string first_field = "'descr': "; in str() local
77 …buffer << "{" << first_field << dtype_descr.str() << ", " << second_field << fortran_order_to_str(… in str()
/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/glib/gobject/
Dgobject_gdb.py67 first_field = fields[0]
68 return is_g_type_instance_helper(first_field.type)
/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()

12