/aosp12/system/keymaster/tests/fuzzers/ |
H A D | buffer_fuzz.cpp | 47 std::unique_ptr<uint8_t[]> in_buf = std::unique_ptr<uint8_t[]>(new uint8_t[buf_size]); in __anon2caa59c60602() local 52 std::unique_ptr<uint8_t[]> in_buf = std::unique_ptr<uint8_t[]>(new uint8_t[buf_size]); in __anon2caa59c60702() local 65 std::vector<uint8_t> in_buf = fdp->ConsumeBytes<uint8_t>(buf_size); in __anon2caa59c60902() local
|
H A D | message_serializable_fuzz.cpp | 30 std::unique_ptr<uint8_t[]> in_buf = std::unique_ptr<uint8_t[]>(new uint8_t[buf_size]); in RunDeserialize() local
|
/aosp12/system/extras/app-launcher/ |
H A D | computestats.c | 20 char in_buf[BUFSIZE]; variable
|
H A D | computestatsf.c | 20 char in_buf[BUFSIZE]; variable
|
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpegstream.cpp | 227 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); in OutputStream_writeInputBytes() local 253 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); in InputStream_readDecodedBytes() local
|
/aosp12/system/media/audio_utils/ |
H A D | resampler.c | 36 int16_t *in_buf; // input buffer member
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | SimpleDecodingSource.cpp | 271 MediaBufferBase *in_buf; in doRead() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | ndctl.h | 40 __u8 in_buf[0]; member 45 __u8 in_buf[0]; member
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | wb_vad.c | 761 Word16 in_buf[] /* i : samples of the input frame */ in wb_vad()
|
/aosp12/system/extras/ioshark/ |
H A D | compile_ioshark.c | 33 char in_buf[2048]; variable
|
/aosp12/frameworks/av/media/codecs/amrnb/common/src/ |
H A D | vad1.cpp | 2290 Word16 in_buf[], /* i : samples of the input frame */ in vad1()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | qseecom.h | 132 uint8_t * in_buf; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | qseecom.h | 184 uint8_t *in_buf; member
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/linux/ |
H A D | qseecom.h | 132 uint8_t * in_buf; member
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/ |
H A D | qseecom.h | 184 uint8_t *in_buf; member
|
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/ |
H A D | QualcommUsbCamera.cpp | 718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12()
|