Home
last modified time | relevance | path

Searched refs:ff_h264_field_end (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_picture.c219 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup) in ff_h264_field_end() function
H A Dh264dec.h782 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup);
H A Dh264dec.c1033 if ((ret = ff_h264_field_end(h, &h->slice_ctx[0], 0)) < 0) in h264_decode_frame()
H A Dh264_slice.c2230 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