/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server.cpp | 247 std::string temp = strs.substr(0, pos); in splitString() local
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | capturer_in_client.cpp | 1032 BufferDesc temp = {cbBuffer_.get(), cbBufferSize_, cbBufferSize_}; in InitCallbackBuffer() local 1130 BufferDesc temp = cbBufferQueue_.Pop(); in ReadCallbackFunc() local 1204 BufferDesc temp = {cbBuffer_.get(), cbBufferSize_, cbBufferSize_}; in Enqueue() local
|
H A D | audio_process_in_client.cpp | 756 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32MonoToS16Stereo() local 777 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32StereoS16Stereo() local
|
H A D | renderer_in_client.cpp | 1021 BufferDesc temp; in WriteCallbackFunc() local 1111 BufferDesc temp = bufDesc; in Enqueue() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 1890 std::string temp = uri; local
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tls_socket.cpp | 697 auto temp = address.GetAddress(); in Bind() local
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 75 ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in InitScanServiceSuccess1() local 89 ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in InitScanServiceSuccess2() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 2773 INTFLOAT *temp = ac->temp; local 2842 INTFLOAT *temp = ac->temp; local 2946 INTFLOAT temp; global() local [all...] |
H A D | mpegvideo_enc.c | 4451 int16_t temp[64]; in ff_block_permute() local
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 762 char *temp; in get_key() local 2439 char temp[UTIL_NAME_SIZE]; in udev_rules_apply_to_event() local 2504 char temp[UTIL_PATH_SIZE]; udev_rules_apply_to_event() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 1741 cl_mem src, temp; in queue_frame() local
|
H A D | vf_v360.c | 4067 float qv[4], temp[4], rqv[4]; in rotate() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 1428 uint32_t temp = 0; in rtmp_server_handshake() local
|
H A D | http.c | 1821 char temp[11] = ""; /* 32-bit hex + CRLF + nul */ in http_write() local
|
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 710 SANE_Byte temp; in copy_scan_line() local 4429 char temp[PATH_MAX]; in sane_init() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 216 temp[1024], /* Temporary string */ in _cupsStrFormatd() local 1302 cups_size_t temp; /* Current size */ generate_sizes() local 1383 cups_size_t temp; /* Current size */ generate_sizes() local 1443 cups_size_t temp, *temp2; /* Current size, found size */ generate_sizes() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 2576 int32_t temp=next; in containsSpanUTF16() local 2676 int32_t temp=length; in containsSpanBackUTF16() local 2775 int32_t temp=next; in containsSpanUTF8() local 2877 int32_t temp=length; in containsSpanBackUTF8() local
|
H A D | loctest.cpp | 298 UnicodeString temp; in TestBasicGetters() local 477 UnicodeString temp; TestSimpleResourceInfo() local 746 UnicodeString temp; TestGetAvailableLocales() local 795 UnicodeString temp; doTestDisplayNames() local 1198 UnicodeString temp; TestThaiCurrencyFormat() local 1259 UnicodeString temp; TestEuroSupport() local 1263 UnicodeString temp; TestEuroSupport() local 1466 UnicodeString temp; Test4147315() local 1487 UnicodeString temp; Test4147317() local 1533 UnicodeString temp; Test4147552() local 1649 UnicodeString temp; Test4105828() local [all...] |
H A D | calregts.cpp | 292 UnicodeString temp; in test4031502() local 780 UnicodeString temp; in test4086724() local 1025 UnicodeString temp; in test4103271() local 1258 UnicodeString temp; in test4106136() local 1475 UnicodeString temp; test4125881() local 1770 UnicodeString temp; Test4149677() local 1985 UnicodeString temp; Test4167060() local 2090 UnicodeString temp, temp2, temp3; TestJ81() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 2227 icu::Hashtable *temp = new icu::Hashtable(status); in initCurrSymbolsEquiv() local
|
H A D | uresbund.cpp | 1099 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath() local 1261 const char* temp = nullptr; in getAliasTargetAsResourceBundle() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 3081 UnicodeString temp; in subParse() local
|
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 562 coap_bin_const_t temp; in psk_client_callback() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 733 struct ra_removed_interval temp = ra_pop_interval(ctx, file, interval); in ra_move_interval() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 890 Temp temp; global() member 925 Definition(uint32_t index, RegClass type) noexcept : temp(index, type) {} temp() function in final 926 explicit Definition(Temp tmp) noexcept : temp(tmp) {} temp() function in final 977 Temp temp = Temp(0, s1); global() member in final [all...] |