Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dv210dec.c130 static int v210_stride(int width, int align) { in v210_stride() function
146 stride = v210_stride(avctx->width, 48); in decode_frame()
150 int small_stride = v210_stride(avctx->width, align); in decode_frame()
170 stride == 0 && avpkt->size < v210_stride(avctx->width * avctx->height, 6)) { in decode_frame()

Completed in 1 milliseconds