Home
last modified time | relevance | path

Searched defs:img_data (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dwiener_test.cc860 unsigned char *img_data = reinterpret_cast<unsigned char *>(buffer.data()); variable
1116 unsigned char *img_data = variable
1316 unsigned char *img_data = variable
1436 unsigned char *img_data = variable
1586 unsigned char *img_data = variable
1735 unsigned char *img_data = const_cast<unsigned char *>(buffer); variable
1805 unsigned char *img_data = const_cast<unsigned char *>(kBuffer); variable
1900 unsigned char *img_data = variable
2016 unsigned char *img_data = variable
H A Dforced_max_frame_width_height_test.cc43 std::unique_ptr<unsigned char[]> img_data(new unsigned char[kImageDataSize]); in RunTest() local
253 std::unique_ptr<unsigned char[]> img_data(new unsigned char[kImageDataSize]); in TEST() local
H A Dforce_key_frame_test.cc29 std::unique_ptr<unsigned char[]> img_data(new unsigned char[kImageDataSize]); in TestOnePassMode() local
/aosp_15_r20/external/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned char *img_data) { in img_alloc_helper()
170 unsigned char *img_data) { in vpx_img_wrap()
/aosp_15_r20/external/libaom/aom/src/
H A Daom_image.c35 unsigned int border, unsigned char *img_data, in img_alloc_helper()
213 unsigned char *img_data) { in aom_img_wrap()
/aosp_15_r20/external/python/cpython3/Doc/includes/
Demail-mime.py20 img_data = fp.read() variable
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_bias_correction_eager.py30 def correct_artificial_bias_quantize(self, float_model, img_data): argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A D_correct_bias.py99 img_data, argument
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/
H A Dtest_adaround_eager.py34 def run_adaround(self, model, img_data, wrapper=None): argument
/aosp_15_r20/external/arm-trusted-firmware/tools/sptool/
H A Dsptool.c24 void *img_data, *pm_data; member
/aosp_15_r20/external/pdfium/core/fxcodec/gif/
H A Dcfx_gifcontext.cpp218 DataVector<uint8_t> img_data; in LoadFrame() local
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_image.h115 unsigned char *img_data; /**< private */ member
/aosp_15_r20/external/libaom/aom/
H A Daom_image.h230 unsigned char *img_data; /**< private */ member
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc607 unsigned char* img_data) { in TEST_F()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/test/
H A Dvp9_impl_unittest.cc2187 unsigned char* img_data) { in TEST_P()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp243 auto img_data = imageLayoutMap.find(imgsubpair); in FindLayouts() local