Searched refs:mimetype (Results 1 – 16 of 16) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/include/ |
D | VDecEncNdkSample.h | 70 struct OH_AVCodec* CreateVideoDecoderByMime(std::string mimetype); 82 struct OH_AVCodec* CreateVideoEncoderByMime(std::string mimetype);
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/include/ |
D | ADecEncNdkSample.h | 67 struct OH_AVCodec* CreateAudioDecoderByMime(std::string mimetype); 78 struct OH_AVCodec* CreateAudioEncoderByMime(std::string mimetype);
|
/test/xts/acts/arkui/ace_ets_webView/entry/src/main/ets/MainAbility/pages/ |
D | webEvent.ets | 115 mimetype: string, 121 console.log("onDownloadStart: mimetype -- " + event.mimetype)
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
D | VDecEncNdkSample.cpp | 198 struct OH_AVCodec* VDecEncNdkSample::CreateVideoDecoderByMime(std::string mimetype) in CreateVideoDecoderByMime() argument 200 if (mimetype == "video/avc") { in CreateVideoDecoderByMime() 204 vdec_ = OH_VideoDecoder_CreateByMime(mimetype.c_str()); in CreateVideoDecoderByMime() 522 struct OH_AVCodec* VDecEncNdkSample::CreateVideoEncoderByMime(std::string mimetype) in CreateVideoEncoderByMime() argument 524 if (mimetype == "video/avc") { in CreateVideoEncoderByMime() 527 venc_ = OH_VideoEncoder_CreateByMime(mimetype.c_str()); in CreateVideoEncoderByMime()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
D | ADecEncNdkSample.cpp | 129 struct OH_AVCodec* ADecEncNdkSample::CreateAudioDecoderByMime(std::string mimetype) in CreateAudioDecoderByMime() argument 131 if (mimetype == "audio/mp4a-latm") { in CreateAudioDecoderByMime() 134 adec_ = OH_AudioDecoder_CreateByMime(mimetype.c_str()); in CreateAudioDecoderByMime() 416 struct OH_AVCodec* ADecEncNdkSample::CreateAudioEncoderByMime(std::string mimetype) in CreateAudioEncoderByMime() argument 418 if (mimetype == "audio/mp4a-latm") { in CreateAudioEncoderByMime() 421 aenc_ = OH_AudioEncoder_CreateByMime(mimetype.c_str()); in CreateAudioEncoderByMime()
|
/test/xts/acts/distributeddatamgr/Pasteboardjsapitest/entry/src/main/ets/test/ |
D | PasteBoardRecord.test.ets | 207 function create(mimetype, valueType){ 208 pasteboard.createData(mimetype,valueType) 254 function create(func,mimetype,valueType){ 255 func(mimetype) 429 function create(mimetype, valueType){ 430 pasteboard.createRecord(mimetype,valueType) 502 function create(func,mimetype,valueType){ 503 func(mimetype)
|
/test/xts/acts/request/newRequestNormalTest/entry/src/main/ets/test/ |
D | requestUpload.test.ets | 82 mimetype: "application/octet-stream" 131 mimetype: "application/octet-stream"
|
D | requestDownload.test.ets | 55 * @tc.desc Get mimetype of the download task
|
/test/xts/acts/request/RequestTest_Stage/entry/src/main/ets/test/ |
D | requestDownload.test.ets | 555 * @tc.desc Get mimetype of the download task 631 * @tc.desc Get mimetype of the download task 690 * @tc.desc Get mimetype of the download task 744 * @tc.desc Get mimetype of the download task 799 * @tc.desc Get mimetype of the download task 854 * @tc.desc Get mimetype of the download task 913 * @tc.desc Get mimetype of the download task 953 * @tc.desc Get mimetype of the download task 1016 * @tc.desc Get mimetype of the download task 1067 * @tc.desc Get mimetype of the download task [all …]
|
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/ |
D | WebPage.ets | 265 mimetype: "text/html", 368 console.log("webTest : onDownloadStart mimetype : " + e.mimetype);
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/ |
D | WebPageg.ets | 265 mimetype: "text/html", 419 console.log("webTest : onDownloadStart mimetype : " + e.mimetype);
|
/test/xts/acts/request/newRequestAuthorityTest/entry/src/main/ets/test/ |
D | requestUpload.test.ets | 70 mimetype: "application/octet-stream"
|
D | requestDownload.test.ets | 503 * @tc.desc Get mimetype of the download task
|
D | requestUpload001.test.ets | 45 mimetype: "application/octet-stream"
|
/test/xts/acts/multimedia/drm/drm_js_standard/avPlayer/src/main/ets/test/ |
D | DrmPlayerAbility.test.ets | 266 * @tc.desc : two params error mimetype 281 * @tc.desc : two params null mimetype 326 * @tc.desc : three params,error mimetype 383 * @tc.desc : three params,null mimetype
|
/test/xts/acts/request/crossplatform/RequestTest_ets/src/main/ets/test/ |
D | requestDownload.test.ets | 602 * @tc.desc Get mimetype of the download task 654 * @tc.desc Get mimetype of the download task
|