| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ipc_transactor_test.cpp | 45 string output = separatorLine; in WaitPidAndReadPipe() local
|
| /test/xts/acts/ai/nncore/common/ |
| H A D | nncore_utils.h | 82 OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, outputValue, ADD_DATA_LENGTH}; member 101 OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, outputValue, ADD_DATA_LENGTH}; member
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| H A D | nnrt_utils.cpp | 452 bool CheckOutput(const float* output, const float* expect) in CheckOutput() argument
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | lstm_test.cpp | 55 OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 10*sizeof(float)};
member
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| H A D | nnrt_utils.cpp | 452 bool CheckOutput(const float* output, const float* expect) in CheckOutput() argument
|
| /test/xts/hats/ai/nnrt/hdi/v1_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/device_attest/services/core/attest/ |
| H A D | attest_service_device.c | 244 static int32_t MergePcid(char *osPcid, int32_t osPcidLen, char *privatePcid, int32_t privatePcidLen, char **output) in MergePcid() argument 281 static int32_t EncodePcid(char *buff, int32_t bufLen, char **output) in EncodePcid() argument
|
| /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
|
| /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...] |
| /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...] |