Searched refs:ff_h264_field_end (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_picture.c | 219 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup) in ff_h264_field_end() function
|
H A D | h264dec.h | 782 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup);
|
H A D | h264dec.c | 1033 if ((ret = ff_h264_field_end(h, &h->slice_ctx[0], 0)) < 0) in h264_decode_frame()
|
H A D | h264_slice.c | 2230 ret = ff_h264_field_end(h, h->slice_ctx, 1); in ff_h264_queue_decode_slice() 2235 ret = ff_h264_field_end(h, h->slice_ctx, 1); in ff_h264_queue_decode_slice()
|
Completed in 8 milliseconds