Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Dgzip.c181 void **_whole, size_t *whole_size) in unzip()
215 state.input_pos = state.mapped_size = *whole_size; in unzip()
399 *whole_size = state.size; in unzip()
179 unzip(int fd, off_t start_offset, void *mapped, size_t _mapped_size, void **_whole, size_t *whole_size) unzip() argument
H A DlibdwflP.h606 void **whole, size_t *whole_size)
610 void **whole, size_t *whole_size)
614 void **whole, size_t *whole_size)
618 void **whole, size_t *whole_size)
/third_party/ffmpeg/libavcodec/
H A Drv10.c159 static int rv20_decode_picture_header(RVDecContext *rv, int whole_size) in rv20_decode_picture_header() argument
238 if (whole_size < (new_w + 15)/16 * ((new_h + 15)/16) / 8) in rv20_decode_picture_header()
444 int buf_size, int buf_size2, int whole_size) in rv10_decode_packet()
455 mb_count = rv20_decode_picture_header(rv, whole_size); in rv10_decode_packet()
474 if (whole_size < s->mb_width * s->mb_height / 8) in rv10_decode_packet()
443 rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf, int buf_size, int buf_size2, int whole_size) rv10_decode_packet() argument
H A D4xm.c860 int id, whole_size; in decode_frame() local
870 whole_size = AV_RL32(buf + 16); in decode_frame()
872 if (data_size < 0 || whole_size < 0) { in decode_frame()
911 if (cfrm->size >= whole_size) { in decode_frame()

Completed in 5 milliseconds