Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264dec.c270 static int h264_init_pic(H264Picture *pic) in h264_init_pic() function
316 if ((ret = h264_init_pic(&h->DPB[i])) < 0) in h264_init_context()
320 if ((ret = h264_init_pic(&h->cur_pic)) < 0) in h264_init_context()
323 if ((ret = h264_init_pic(&h->last_pic_for_ec)) < 0) in h264_init_context()

Completed in 3 milliseconds