Home
last modified time | relevance | path

Searched refs:droppable (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflvdec.c84 s->droppable = s->pict_type > AV_PICTURE_TYPE_P; in ff_flv_decode_picture_header()
85 if (s->droppable) in ff_flv_decode_picture_header()
107 s->droppable ? 'D' : av_get_picture_type_char(s->pict_type), in ff_flv_decode_picture_header()
Dh264_picture.c166 if (!h->droppable) { in ff_h264_field_end()
182 if (!in_setup && !h->droppable) in ff_h264_field_end()
Dh264_slice.c378 h->droppable = h1->droppable; in ff_h264_update_thread_context()
397 h->droppable = h1->droppable; in ff_h264_update_thread_context()
454 if (!h->droppable) { in ff_h264_update_thread_context()
488 pic->reference = h->droppable ? 0 : h->picture_structure; in h264_frame_start()
1473 last_pic_droppable = h->droppable; in h264_field_start()
1475 h->droppable = (nal->ref_idc == 0); in h264_field_start()
1546 h->droppable = last_pic_droppable; in h264_field_start()
1548 } else if (last_pic_droppable != h->droppable) { in h264_field_start()
1552 h->droppable = last_pic_droppable; in h264_field_start()
2150 if (h->cur_pic_ptr && !h->droppable) { in ff_h264_queue_decode_slice()
[all …]
Dmpegvideo.c620 s->droppable = s1->droppable; in ff_mpeg_update_thread_context()
1233 if (!s->droppable) { in ff_mpv_frame_start()
1267 if (!s->droppable) in ff_mpv_frame_start()
1275 s->pict_type, s->droppable); in ff_mpv_frame_start()
Dh264dec.h369 int droppable; member
Dmpegvideo.h216 int droppable; member
Dh263dec.c591 (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) in ff_h263_decode_frame()
Dh264dec.c769 if (h->cur_pic_ptr && !h->droppable && h->has_slice) { in decode_nal_units()
Dvc1dec.c863 if (!s->last_picture_ptr && (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) { in vc1_decode_frame()
Dmpegvideo_enc.c1808 if (!s->droppable) in frame_start()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvp8enc.c331 gboolean droppable; in GST_START_TEST() member
369 fail_unless_equals_int (expected[i].droppable, in GST_START_TEST()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dreorderable_list.dart272 // Animates the droppable space from _currentIndex to _nextIndex.