Home
last modified time | relevance | path

Searched refs:out_of_order (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1442 int i, pics, out_of_order, out_idx; in h264_select_output_frame() local
1461 out_of_order = H264_MAX_DPB_FRAMES - i; in h264_select_output_frame()
1464 out_of_order = FFMAX(out_of_order, 1); in h264_select_output_frame()
1465 if (out_of_order == H264_MAX_DPB_FRAMES) { in h264_select_output_frame()
1471 } else if(h->avctx->has_b_frames < out_of_order && !sps->bitstream_restriction_flag){ in h264_select_output_frame()
1473 av_log(h->avctx, loglevel, "Increasing reorder buffer to %d\n", out_of_order); in h264_select_output_frame()
1474 h->avctx->has_b_frames = out_of_order; in h264_select_output_frame()
1500 out_of_order = out->poc < h->next_outputed_poc; in h264_select_output_frame()
1502 if (out_of_order || pic in h264_select_output_frame()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h940 unsigned out_of_order : 2; member
1011 unsigned out_of_order : 4; member
H A Ddisassemble.c1666 if (barrier->out_of_order) in print_texture_barrier()
1667 fprintf(fp, ".ooo%u", barrier->out_of_order); in print_texture_barrier()
1741 if (texture->out_of_order) in print_texture_word()
1742 fprintf(fp, ".ooo%u", texture->out_of_order); in print_texture_word()
H A Dmidgard_emit.c458 ins->texture.out_of_order = count; in mir_pack_tex_ooo()
/third_party/python/Lib/test/
H A Dtest_logging.py2875 out_of_order = { variable in ConfigDictTest
3416 self.assertRaises(ValueError, self.apply_config, self.out_of_order)
3419 config = copy.deepcopy(self.out_of_order)

Completed in 17 milliseconds