Home
last modified time | relevance | path

Searched defs:type (Results 5326 - 5350 of 12363) sorted by relevance

1...<<211212213214215216217218219220>>...495

/test/xts/acts/multimedia/audio_ndk/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp148 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in HWTEST() local
164 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; in HWTEST() local
193 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; in HWTEST() local
213 OH_AudioStream_Type type in HWTEST() local
53 AudioRendererInterruptEvent(OH_AudioRenderer* renderer, void* userData, OH_AudioInterrupt_ForceType type, OH_AudioInterrupt_Hint hint) AudioRendererInterruptEvent() argument
233 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
253 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
273 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
293 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
313 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
333 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
353 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
373 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
394 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
414 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
435 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
455 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
477 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
498 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
517 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
536 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
556 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
577 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
598 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
618 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
640 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
661 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
681 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
701 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
721 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
741 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
761 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
783 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
804 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
825 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
846 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
866 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
886 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
907 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
942 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
998 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1055 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1125 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1186 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1203 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1224 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1245 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
1266 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
[all...]
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
H A DActsMediaPlayerAudioTest.cpp200 void PlayerliteCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() argument
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_test.cpp81 void SetUpImage(int type) in SetUpImage() argument
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_module_test.cpp393 Image_ErrorCode ImageReceiverModuleTest::GetImageByteBuffer(OH_ImageNative *image, int32_t type, in GetImageByteBuffer() argument
404 Image_ErrorCode ImageReceiverModuleTest::GetImageBufferSize(OH_ImageNative *image, int32_t type, size_t *size) in GetImageBufferSize() argument
414 Image_ErrorCode ImageReceiverModuleTest::GetImageRowStride(OH_ImageNative *image, int32_t type, int32_t *rowStride) in GetImageRowStride() argument
424 Image_ErrorCode ImageReceiverModuleTest::GetImagePixelStride(OH_ImageNative *image, int32_t type, int32_t *pixelStride) in GetImagePixelStride() argument
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp413 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
/test/xts/dcts/communication/softbus_standard/socket_trans/server/
H A DSocketTestServer.cpp213 OnNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo* info) OnNodeBasicInfoChanged() argument
222 onDefNodeStatusChanged(NodeStatusType type, NodeStatus *status) onDefNodeStatusChanged() argument
[all...]
/test/xts/device_attest/interfaces/kits/napi/src/
H A Ddevattest_napi.cpp155 napi_valuetype type = napi_undefined; in GetAttestResultInfo() local
/test/xts/device_attest/services/core/attest/
H A Dattest_service_device.c72 static int32_t CheckSysInfosLength(SYS_DEV_TYPE_E type, size_t sysInfosLength) in CheckSysInfosLength() argument
85 SetSysData(SYS_DEV_TYPE_E type) SetSysData() argument
[all...]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp407 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp433 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp75 void InitOmxCodecBuffer(OmxCodecBuffer& buffer, CodecBufferType type) in InitOmxCodecBuffer() argument
/test/xts/hats/hdf/codec/hdi_component_additional/
H A Dcodec_component_test.cpp73 void InitOmxCodecBuffer(OmxCodecBuffer &buffer, CodecBufferType type) in InitOmxCodecBuffer() argument
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp47 void FunctionUtil::InitOmxCodecBuffer(OmxCodecBuffer &buffer, CodecBufferType type) in InitOmxCodecBuffer() argument
105 UseBufferType type; in InitBufferHandleParameter() local
319 FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type) FillAndEmptyAllBuffer() argument
[all...]
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_layer.cpp253 void HdiTestLayer::SetCompType(Composer::V1_0::CompositionType type) in SetCompType() argument
270 void HdiTestLayer::SetBlendType(BlendType type) in SetBlendType() argument
[all...]
/test/xts/hats/hdf/location/agnss/
H A Dagnss_hdi_test.cpp75 int32_t AgnssCallbackImpl::RequestSubscriberSetId(SubscriberSetIdType type) in RequestSubscriberSetId() argument
92 int32_t AgnssCallbackImpl::RequestAgnssRefInfo(AGnssRefInfoType type) in RequestAgnssRefInfo() argument
270 RequestGnssReferenceInfo(GnssRefInfoType type) RequestGnssReferenceInfo() argument
[all...]
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp379 int32_t type; BENCHMARK_F() local
[all...]
/test/xts/hats/kernel/syscalls/net/data_handle/
H A DDataHandleApiTest.cpp153 ClientType *type = reinterpret_cast<ClientType *>(args); in UdpClient() local
192 ClientType type = WAIT_MSG_EXIT; in HWTEST_F() local
316 ClientType type in HWTEST_F() local
399 ClientType type = NO_RECV_MSG; HWTEST_F() local
435 ClientType type = NO_RECV_MSG; HWTEST_F() local
489 ClientType type = WAIT_MSG_NULL; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcdxl.c47 int type; member
H A Djpeg2000dwt.c536 ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2], int decomp_levels, int type) ff_jpeg2000_dwt_init() argument
H A Dcodec.h209 enum AVMediaType type; member
H A Dfmvc.c416 unsigned type, size; in decode_frame() local
451 int type, k, l; in decode_frame() local
[all...]
H A Ddxva2_av1.c357 unsigned type; in commit_bitstream_and_slice_buffer() local
[all...]
H A Ddxva2_h264.c316 unsigned type; in commit_bitstream_and_slice_buffer() local
[all...]
/third_party/curl/tests/http/clients/
H A Dh2-pausing.c40 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
61 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() argument
H A Dh2-download.c48 int my_trace(CURL *handle, curl_infotype type, in my_trace() argument

Completed in 26 milliseconds

1...<<211212213214215216217218219220>>...495