Home
last modified time | relevance | path

Searched defs:needed_size (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfraps.c174 unsigned needed_size = avctx->width * avctx->height + 1024; in decode_frame() local
183 unsigned needed_size = avctx->width * avctx->height * 3; in decode_frame() local
Dutils.c377 int ch, planar, needed_size, ret = 0; in avcodec_fill_audio_frame() local
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c30 const size_t needed_size = (size_t)needed_size_64b; in BitWriterResize() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c30 const size_t needed_size = (size_t)needed_size_64b; in BitWriterResize() local
/third_party/iowow/src/json/tests/
Djbl_test_binn1.c25 static int CalcAllocation(int needed_size, int alloc_size) { in CalcAllocation()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1167 unsigned needed_size, in check_urb_size()
/third_party/iowow/src/json/
Diwbinn.c298 BINN_PRIVATE int CalcAllocation(int needed_size, int alloc_size) { in CalcAllocation()