Home
last modified time | relevance | path

Searched refs:validate_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dboolhuff.h47 static int validate_buffer(const unsigned char *start, size_t len, in validate_buffer() function
94 validate_buffer(bc->buffer + bc->pos, 1, bc->buffer_end, bc->error); in vp8_encode_bool()
H A Dbitstream.c175 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens()
225 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens()
265 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); in vp8_pack_tokens()
1024 validate_buffer(cx_data, 3, cx_data_end, &pc->error); in vp8_pack_bitstream()
1037 validate_buffer(cx_data, 7, cx_data_end, &pc->error); in vp8_pack_bitstream()
1307 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0], in vp8_pack_bitstream()
1341 validate_buffer(cx_data, 3 * (num_part - 1), cx_data_end, &pc->error); in vp8_pack_bitstream()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dmemory.rs600 fn validate_buffer( in validate_buffer() function
776 flags = validate_buffer(&desc, flags, format, host_ptr, elem_size.into())?; in create_image_with_properties()