| /test/xts/device_attest/services/core/utils/ |
| H A D | attest_utils.c | 93 void URLSafeBase64ToBase64(const char* input, size_t inputLen, uint8_t** output, size_t* outputLen) in URLSafeBase64ToBase64() argument 341 int32_t HEXStringToAscii(const char* input, int32_t inputLen, char* output, int32_t outputLen) in HEXStringToAscii() argument [all...] |
| /test/xts/device_attest_lite/services/core/utils/ |
| H A D | attest_utils.c | 96 void URLSafeBase64ToBase64(const char* input, size_t inputLen, uint8_t** output, size_t* outputLen) in URLSafeBase64ToBase64() argument 295 int32_t HEXStringToAscii(const char* input, int32_t inputLen, char* output, int32_t outputLen) in HEXStringToAscii() argument [all...] |
| /test/xts/hats/ai/nnrt/hdi/v2_0/common/ |
| H A D | hdi_nnrt_test_utils.cpp | 266 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput() argument [all...] |
| /test/xts/hats/hdf/usb/mtpTest_additional/common/ |
| H A D | usbfn_mtp_test.cpp | 88 std::string output = msg + std::string("(") + std::to_string(printLen) + std::string("):") + ss.str(); in PrintVector() local
|
| /test/xts/hats/hdf/usb/mtpTest/common/ |
| H A D | usbfn_mtp_test.cpp | 96 std::string output = msg + std::string("(") + std::to_string(printLen) + std::string("):") + ss.str(); in PrintVector() local
|
| /test/xts/tools/lite/checksum/src/ |
| H A D | checksum_file.c | 135 unsigned char *output = NULL; in CalcSingleFileSha256() local
|
| /third_party/curl/tests/http/clients/ |
| H A D | h2-pausing.c | 65 FILE *output = stderr; in debug_cb() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264idct_template.c | 257 dctcoef *output = (dctcoef*)_output; in ff_h264_luma_dc_dequant_idct() local
|
| H A D | aptxenc.c | 191 aptx_encode_samples(AptXContext *ctx, int32_t samples[NB_CHANNELS][4], uint8_t *output) aptx_encode_samples() argument
|
| H A D | mace.c | 191 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3() argument 201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6() argument 261 int16_t *output = samples[i]; in mace_decode_frame() local [all...] |
| H A D | v4l2_m2m_enc.c | 277 V4L2Context *const output = &s->output; in v4l2_send_frame() local 291 V4L2Context *const output = &s->output; in v4l2_receive_packet() local 336 V4L2Context *capture, *output; v4l2_encode_init() local [all...] |
| H A D | nellymoserenc.c | 304 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size) in encode_block() argument
|
| H A D | msvideo1enc.c | 47 int output[16*3]; member
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | h264dsp_mmi.c | 860 void ff_h264_luma_dc_dequant_idct_8_mmi(int16_t *output, int16_t *input, in ff_h264_luma_dc_dequant_idct_8_mmi() argument [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg_hw.c | 503 AVFrame *output = NULL; in hwaccel_retrieve_data() local [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | gzip.c | 275 ZSTD_outBuffer output = { next_out, avail_out, 0 }; in unzip() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_dnn_classify.c | 64 static int dnn_classify_post_proc(AVFrame *frame, DNNData *output, uint32_t bbox_index, AVFilterContext *filter_ctx) in dnn_classify_post_proc() argument
|
| H A D | af_anlms.c | 102 float output; in fir_sample() local 123 float sum, output, e, norm, b; in process_sample() local 169 float *output = (float *)out->extended_data[c]; process_channels() local [all...] |
| H A D | vf_avgblur_opencl.c | 152 AVFrame *output = NULL; in avgblur_opencl_filter_frame() local [all...] |
| H A D | af_afir.h | 50 AVFrame *output; member
|
| H A D | vf_convolution_opencl.c | 179 AVFrame *output = NULL; in convolution_opencl_filter_frame() local [all...] |
| H A D | vf_nlmeans_opencl.c | 291 AVFrame *output = NULL; in nlmeans_opencl_filter_frame() local [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_pad.c | 83 float* output; in ff_dnn_execute_layer_pad() local [all...] |
| H A D | dnn_backend_native.c | 305 DNNData input, output; in execute_model_native() local [all...] |
| H A D | dnn_backend_native_layer_conv2d.c | 130 float *output = thread_common_param->output_data; in dnn_execute_layer_conv2d_thread() local [all...] |