Home
last modified time | relevance | path

Searched refs:tff (Results 1 – 25 of 37) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstregistrychunks.c307 GstRegistryChunkTypeFindFactory *tff; in gst_registry_chunks_save_feature() local
314 tff = g_slice_new0 (GstRegistryChunkTypeFindFactory); in gst_registry_chunks_save_feature()
316 chk = gst_registry_chunks_make_data (tff, pf_size); in gst_registry_chunks_save_feature()
317 tff->nextensions = 0; in gst_registry_chunks_save_feature()
318 pf = (GstRegistryChunkPluginFeature *) tff; in gst_registry_chunks_save_feature()
322 while (factory->extensions[tff->nextensions]) { in gst_registry_chunks_save_feature()
324 factory->extensions[tff->nextensions++]); in gst_registry_chunks_save_feature()
327 GST_DEBUG_OBJECT (feature, "saved %d extensions", tff->nextensions); in gst_registry_chunks_save_feature()
342 GstRegistryChunkDeviceProviderFactory *tff; in gst_registry_chunks_save_feature() local
348 tff = g_slice_new0 (GstRegistryChunkDeviceProviderFactory); in gst_registry_chunks_save_feature()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_yadif_cuda.cu103 int parity, int tff, bool skip_spatial_check) in yadif_single() argument
140 int is_second_field = !(parity ^ tff); in yadif_single()
173 int parity, int tff, bool skip_spatial_check) in yadif_double() argument
211 int is_second_field = !(parity ^ tff); in yadif_double()
249 int parity, int tff, bool skip_spatial_check) in yadif_uchar() argument
254 parity, tff, skip_spatial_check); in yadif_uchar()
263 int parity, int tff, bool skip_spatial_check) in yadif_ushort() argument
268 parity, tff, skip_spatial_check); in yadif_ushort()
277 int parity, int tff, bool skip_spatial_check) in yadif_uchar2() argument
282 parity, tff, skip_spatial_check); in yadif_uchar2()
[all …]
Dvf_tinterlace.c369 int field, tff, ret; in filter_frame() local
453 tff = tinterlace->mode == MODE_INTERLEAVE_TOP; in filter_frame()
459 out->top_field_first = tff; in filter_frame()
465 tff ? FIELD_UPPER : FIELD_LOWER, 1, tff ? FIELD_UPPER : FIELD_LOWER, in filter_frame()
471 tff ? FIELD_LOWER : FIELD_UPPER, 1, tff ? FIELD_LOWER : FIELD_UPPER, in filter_frame()
489 tff = next->top_field_first; in filter_frame()
495 out->top_field_first = !tff; in filter_frame()
505 tff ? FIELD_LOWER : FIELD_UPPER, 1, tff ? FIELD_LOWER : FIELD_UPPER, in filter_frame()
511 tff ? FIELD_UPPER : FIELD_LOWER, 1, tff ? FIELD_UPPER : FIELD_LOWER, in filter_frame()
Dyadif_common.c31 int tff, ret; in return_frame() local
34 tff = yadif->cur->interlaced_frame ? in return_frame()
37 tff = yadif->parity ^ 1; in return_frame()
51 yadif->filter(ctx, yadif->out, tff ^ !is_second, tff); in return_frame()
Dvf_bwdif.c57 int tff; member
240 td->parity ^ td->tff, clip_max); in filter_slice()
246 td->parity ^ td->tff, clip_max, in filter_slice()
252 td->parity ^ td->tff, clip_max); in filter_slice()
263 int parity, int tff) in filter() argument
267 ThreadData td = { .frame = dstpic, .parity = parity, .tff = tff }; in filter()
Dvf_yadif.c38 int tff; member
220 td->parity ^ td->tff, mode); in filter_slice()
224 td->parity ^ td->tff, mode); in filter_slice()
234 int parity, int tff) in filter() argument
237 ThreadData td = { .frame = dstpic, .parity = parity, .tff = tff }; in filter()
Dvf_nnedi.c552 const int tff = s->field_n == (s->field < 0 ? interlaced ? in->top_field_first : 1 : in filter_slice() local
585 y_out = slice_start + (tff ^ (slice_start & 1)); in filter_slice()
596 y_out = slice_start + ((!tff) ^ (slice_start & 1)); in filter_slice()
598 s->read(src_data + FFMAX(y_out - 5, tff) * src_linesize, in filter_slice()
604 s->read(src_data + FFMAX(y_out - 3, tff) * src_linesize, in filter_slice()
610 s->read(src_data + FFMAX(y_out - 1, tff) * src_linesize, in filter_slice()
616 in_line = src_data + FFMIN(y_out + 1, height - 1 - !tff) * src_linesize; in filter_slice()
624 s->read(src_data + FFMIN(y_out + 1, height - 1 - !tff) * src_linesize, in filter_slice()
629 s->read(src_data + FFMIN(y_out + 3, height - 1 - !tff) * src_linesize, in filter_slice()
634 s->read(src_data + FFMIN(y_out + 5, height - 1 - !tff) * src_linesize, in filter_slice()
Dvf_yadif_cuda.c63 int parity, int tff) in call_kernel() argument
73 &src_width, &src_height, &parity, &tff, in call_kernel()
122 int parity, int tff) in filter() argument
180 parity, tff); in filter()
Dyadif.h64 void (*filter)(AVFilterContext *ctx, AVFrame *dstpic, int parity, int tff);
Dvf_telecine.c241 int tff = frame ? frame->top_field_first : 0; in filter_frame() local
250 frame->top_field_first = tff; in filter_frame()
Dvf_w3fdif.c388 const int tff = s->field == (s->parity == -1 ? interlaced ? cur->top_field_first : 1 : in deinterlace_plane_slice() local
393 y_out = start + (tff ^ (start & 1)); in deinterlace_plane_slice()
406 y_out = start + ((!tff) ^ (start & 1)); in deinterlace_plane_slice()
Dvf_estdif.c348 const int tff = (s->field == (s->parity == -1 ? interlaced ? in->top_field_first : 1 : in deinterlace_slice() local
366 y_out = start + (tff ^ (start & 1)); in deinterlace_slice()
378 y_out = start + ((!tff) ^ (start & 1)); in deinterlace_slice()
/third_party/ffmpeg/libavcodec/
Davrndec.c28 int tff; member
45 a->tff = avctx->extradata[ndx + 24] == 1; in init()
76 … memcpy(p->data[0] + (y+ a->tff)*p->linesize[0], buf , 2*avctx->width); in decode_frame()
77 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
Drawdec.c52 int tff; member
60 {"top", "top field first", offsetof(RawVideoContext, tff), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, AV…
246 if (context->tff >= 0) { in MKSCALE16()
248 frame->top_field_first = context->tff; in MKSCALE16()
Dvc1.h310 uint8_t rptfrm, tff, rff; member
Dvc1_parser.c110 s->field_order = vpc->v.tff ? AV_FIELD_TT : AV_FIELD_BB; in vc1_extract_header()
/third_party/gstreamer/gstplugins_good/gst/y4m/
Dgsty4mencode.c173 gst_y4m_encode_get_stream_header (GstY4mEncode * filter, gboolean tff) in gst_y4m_encode_get_stream_header() argument
181 if (tff) in gst_y4m_encode_get_stream_header()
237 gboolean tff = FALSE; in gst_y4m_encode_handle_frame() local
240 tff = in gst_y4m_encode_handle_frame()
244 frame->output_buffer = gst_y4m_encode_get_stream_header (filter, tff); in gst_y4m_encode_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.h228 gboolean tff; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvampeg2dec.c579 gboolean tff = (picture->buffer_flags & GST_VIDEO_BUFFER_FLAG_TFF) != 0; in gst_va_mpeg2_dec_output_picture() local
583 picture->buffer_flags, interlaced, tff); in gst_va_mpeg2_dec_output_picture()
Dgstvah264dec.c140 gboolean tff = (picture->buffer_flags & GST_VIDEO_BUFFER_FLAG_TFF) != 0; in gst_va_h264_dec_output_picture() local
144 picture->buffer_flags, interlaced, tff); in gst_va_h264_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c608 gst_field_analysis_decorate (GstFieldAnalysis * filter, gboolean tff, in gst_field_analysis_decorate() argument
654 if (!tff) { in gst_field_analysis_decorate()
656 } else if (tff == 1 || (tff == -1 in gst_field_analysis_decorate()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11mpeg2dec.cpp762 gboolean tff = (picture->buffer_flags & GST_VIDEO_BUFFER_FLAG_TFF) != 0; in gst_d3d11_mpeg2_dec_output_picture() local
766 picture->buffer_flags, interlaced, tff); in gst_d3d11_mpeg2_dec_output_picture()
Dgstd3d11h264dec.cpp895 gboolean tff = (picture->buffer_flags & GST_VIDEO_BUFFER_FLAG_TFF) != 0; in gst_d3d11_h264_dec_output_picture() local
899 picture->buffer_flags, interlaced, tff); in gst_d3d11_h264_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c529 gboolean tff = (picture->buffer_flags & GST_VIDEO_BUFFER_FLAG_TFF) != 0; in gst_nv_h264_dec_output_picture() local
533 picture->buffer_flags, interlaced, tff); in gst_nv_h264_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h395 guint8 tff; member

12