Home
last modified time | relevance | path

Searched defs:nb_bytes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/jpx/
H A Djpx_decode_utils.cpp19 OPJ_SIZE_T nb_bytes, in opj_read_from_memory()
36 OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_skip_from_memory()
68 OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_seek_from_memory()
/aosp_15_r20/external/pffft/
H A Dpffft_common.c10 static void * Valigned_malloc(size_t nb_bytes) { in Valigned_malloc()
57 void *pffft_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffft_aligned_malloc()
63 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc()
H A Dpffastconv.c27 void *pffastconv_malloc(size_t nb_bytes) in pffastconv_malloc()
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2678 uint32_t nb_bytes = (nb_bits + 7) >> 3; in check_trailing_bits_after_symbol_coder() local