Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddxtory.c36 static int64_t get_raw_size(enum AVPixelFormat fmt, int width, int height) in get_raw_size() function
100 if (src_size < get_raw_size(id, avctx->width, avctx->height)) { in dxtory_decode_v1_rgb()
133 if (src_size < get_raw_size(AV_PIX_FMT_YUV410P, avctx->width, avctx->height)) { in dxtory_decode_v1_410()
228 if (src_size < get_raw_size(AV_PIX_FMT_YUV420P, avctx->width, avctx->height)) { in dxtory_decode_v1_420()
298 if (src_size < get_raw_size(AV_PIX_FMT_YUV444P, avctx->width, avctx->height)) { in dxtory_decode_v1_444()

Completed in 2 milliseconds