Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c306 static int h264_slice_header_init(H264Context *h);
370 if ((err = h264_slice_header_init(h)) < 0) { in ff_h264_update_thread_context()
371 av_log(h->avctx, AV_LOG_ERROR, "h264_slice_header_init() failed"); in ff_h264_update_thread_context()
948 static int h264_slice_header_init(H264Context *h) in h264_slice_header_init() function
1150 if ((ret = h264_slice_header_init(h)) < 0) { in h264_init_ps()
1152 "h264_slice_header_init() failed\n"); in h264_init_ps()

Completed in 5 milliseconds