Searched refs:BOTTOM_FIELD (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/ |
D | gstfieldanalysis.c | 704 if (results.holding == 1 + TOP_FIELD || results.holding == 1 + BOTTOM_FIELD) { in gst_field_analysis_flush_one() 1450 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1477 history[0].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1478 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1484 history[1].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1486 history[0].parity = BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1557 b = res1->holding == 1 + BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1566 res1->holding = 1 + BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1578 res1->holding = 1 + BOTTOM_FIELD; in gst_field_analysis_process_buffer() 1642 b = res1->holding == 1 + BOTTOM_FIELD; in gst_field_analysis_process_buffer() [all …]
|
D | gstfieldanalysis.h | 78 BOTTOM_FIELD, enumerator
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstivtc.c | 280 BOTTOM_FIELD = 1 enumerator 522 add_field (ivtc, inbuf, BOTTOM_FIELD, 1); in gst_ivtc_transform() 528 add_field (ivtc, inbuf, BOTTOM_FIELD, 0); in gst_ivtc_transform() 532 add_field (ivtc, inbuf, BOTTOM_FIELD, 2); in gst_ivtc_transform()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | dvb-sub.c | 150 BOTTOM_FIELD = 1 enumerator 1127 bottom_field_len, BOTTOM_FIELD, non_modifying_color); in _dvb_sub_parse_object_segment()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 10151 video: add macros checking for GST_VIDEO_BUFFER_FLAG_TOP/BOTTOM_FIELD flags
|