Searched refs:droppable (Results 1 – 12 of 12) sorted by relevance
84 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()
166 if (!h->droppable) { in ff_h264_field_end()182 if (!in_setup && !h->droppable) in ff_h264_field_end()
378 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 …]
620 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()
369 int droppable; member
216 int droppable; member
591 (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) in ff_h263_decode_frame()
769 if (h->cur_pic_ptr && !h->droppable && h->has_slice) { in decode_nal_units()
863 if (!s->last_picture_ptr && (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) { in vc1_decode_frame()
1808 if (!s->droppable) in frame_start()
331 gboolean droppable; in GST_START_TEST() member369 fail_unless_equals_int (expected[i].droppable, in GST_START_TEST()
272 // Animates the droppable space from _currentIndex to _nextIndex.