Home
last modified time | relevance | path

Searched refs:validate_input (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Ddata.c131 validate_input(props != NULL); in dav1d_data_props_unref_internal()
139 validate_input(buf != NULL); in dav1d_data_unref_internal()
143 validate_input(buf->data != NULL); in dav1d_data_unref_internal()
H A Dpicture.c309 validate_input(p != NULL); in dav1d_picture_unref_internal()
312 validate_input(p->data[0] != NULL); in dav1d_picture_unref_internal()
H A Dlib.c601 validate_input(c_out != NULL); in dav1d_close()
/aosp_15_r20/external/libdav1d/include/common/
H A Dvalidate.h59 #define validate_input(x) validate_input_or_ret(x, ) macro
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp313 static ERROR_CODE validate_input(uint8 *buf, uint32 inSize) in validate_input() function
356 errorCode = validate_input(pExt->pInputBuffer, pExt->inputBufferCurrentLength); in pvmp3_framedecoder()