/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_player_napi.cpp | 1158 Format format; in SetVideoScaleType() local 1159 (void)format.PutIntValue(PlayerKeys::VIDEO_SCALE_TYPE, videoScaleType); in SetVideoScaleType() 1160 int32_t ret = jsPlayer->nativePlayer_->SetParameter(format); in SetVideoScaleType() 1386 Format format; in SetAudioInterruptMode() local 1387 (void)format.PutIntValue(PlayerKeys::AUDIO_INTERRUPT_MODE, interruptMode); in SetAudioInterruptMode() 1388 int32_t ret = jsPlayer->nativePlayer_->SetParameter(format); in SetAudioInterruptMode()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.cpp | 47 CodecFormat format; member 675 static AvCodecMime TransformCodecFormatToAvCodecMime(CodecFormat format) in TransformCodecFormatToAvCodecMime() argument 681 if (g_avCodecFormatInfo[i].format == format) { in TransformCodecFormatToAvCodecMime() 827 attr.audAttr.format = fmtFileInfo_.enAudioType; in AddAudioSink() 850 attr.vidAttr.format = fmtFileInfo_.enVideoType; in AddVideoSink()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.cpp | 193 std::string format = secondArg->ToString(vm)->ToString(vm); in SetFormat() local 194 GetArkUINodeModifiers()->getTextTimerModifier()->setFormat(nativeNode, format.c_str()); in SetFormat()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 79 HashCombine(hash, static_cast<uint64_t>(atCompatibilityDesc.format), in HashRenderPassCompatibility() 430 renderPassData.renderPassCompatibilityDesc.attachments[idx] = { platData.format, platData.samples,
|
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicymore_fuzzer/ |
H A D | audio_policy_more_fuzzer.cpp | 369 audioStreamInfo.format = *reinterpret_cast<const AudioSampleFormat *>(rawData); in AudioDeviceMoreFuzzTest() 413 audioStreamInfo.format = AudioSampleFormat::SAMPLE_S16LE; in AudioPolicyOtherMoreFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_linear_gradient_blur_shader_filter_test.cpp | 54 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL };
in SetUp() 55 bmp.Build(50, 50, format); // 50, 50 bitmap size
in SetUp()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 185 .format = image->dmaFormat, in GatherDmaImageFromFile() 305 image.dmaFormat = bufferHandle->format; in CacheImage() 365 HRPE("Unmarshal: Invalid pixel format"); in InitUnmarshalling()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/ |
H A D | image_fuzzer.cpp | 309 unsigned int format = GetObject<unsigned int>(); in ImageFuzzTest009() local 320 textureInfo.SetFormat(format); in ImageFuzzTest009()
|
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 77 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, // PixelFormat in LocalDmaMemAlloc() 445 Drawing::BitmapFormat bitmapFormat = { GetColorTypeFromVKFormat(vkTextureInfo->format), in CreateDrawingImage()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_astc_test.cpp | 100 // 4 means ASTC compression format is 4x4 in ConstructPixelAstc() 505 PixelFormat format = PixelFormat::RGBA_8888; in HWTEST_F() local 506 uint32_t ret = pixelAstc->ResetConfig(size, format); in HWTEST_F()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_audio_encoder.cpp | 73 // encoder support sample format 1 S16le, 2 S24le, 3 S32le, 4 F32le 312 MEDIA_LOG_E("could not deduce output format from file extension %{public}s", fileName_.c_str()); in InitMux() 387 avFrame_->format = audioCodecContext_->sample_fmt; in InitFrame() 411 MEDIA_LOG_I("in sample format no need convert %{public}d", srcSampleFormat_); in InitSampleConvert() 422 (AVSampleFormat)avFrame_->format, in InitSampleConvert()
|
/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 491 string RingtoneFileUtils::StrCreateTimeByMilliseconds(const string &format, int64_t time) in StrCreateTimeByMilliseconds() argument 499 (void)strftime(strTime, sizeof(strTime), format.c_str(), tm); in StrCreateTimeByMilliseconds()
|
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
H A D | decode_data_process_test.cpp | 591 Media::Format format; in HWTEST_F() local 592 testDecodeDataProcess_->OnOutputFormatChanged(format); in HWTEST_F()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 1136 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 1139 padMode, roundMode, format, global, activationType); in HWTEST_F() 1417 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 1418 void* primitive = mindspore::lite::MindIR_DepthToSpace_CreatePrimitive(blockSize, format, mode); in HWTEST_F() 1446 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 1447 void* primitive = mindspore::lite::MindIR_DetectionPostProcess_CreatePrimitive(format, inputSize, scale, in HWTEST_F() 2068 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 2071 padMode, format, global, activationType); in HWTEST_F() 2566 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 2568 void* primitive = mindspore::lite::MindIR_SpaceToDepth_CreatePrimitive(blockSize, format); in HWTEST_F() [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 279 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 282 padMode, roundMode, format, global, activationType); in HWTEST_F() 560 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 561 void* primitive = mindspore::lite::MindIR_DepthToSpace_CreatePrimitive(blockSize, format, mode); in HWTEST_F() 589 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 590 void* primitive = mindspore::lite::MindIR_DetectionPostProcess_CreatePrimitive(format, inputSize, scale, in HWTEST_F() 1211 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 1214 padMode, format, global, activationType); in HWTEST_F() 1709 mindspore::lite::Format format {mindspore::lite::FORMAT_NCHW}; in HWTEST_F() 1711 void* primitive = mindspore::lite::MindIR_SpaceToDepth_CreatePrimitive(blockSize, format); in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 426 iPlat.format, iPlat.dataType, reinterpret_cast<const void*>(data)); in BlitArray() 452 device_.TexSubImage2D(iPlat.image, iPlat.type, imageSubresource.mipLevel, offset, extent, iPlat.format, in Blit2D() 479 iPlat.format, iPlat.dataType, reinterpret_cast<const void*>(data)); in Blit3D() 513 device_.TexSubImage2D(iPlat.image, face, imageSubresource.mipLevel, offset, extent, iPlat.format, in BlitCube() 1517 if ((dplat.format == GL_DEPTH_COMPONENT) || (dplat.format == GL_DEPTH_STENCIL)) { 1522 if ((dplat.format == GL_STENCIL) || (dplat.format == GL_DEPTH_STENCIL)) { 1799 static_cast<GLsizei>(sExt.y), iPlat.format, static_cast<GLenum>(iPlat.dataType), in ImageToBufferCopy() 2250 platImage.format, // forma in RenderCommandClearColorImage() [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 64 OH_AVFormat *format = OH_AVFormat_Create(); in Configure() local 65 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in Configure() 66 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, SAMPLE_RATE); in Configure() 67 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITS_PER_CODED_SAMPLE, CODED_SAMPLE); in Configure() 68 OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, KEY_BITRATE); in Configure() 70 OH_AVErrCode ret = decoderDemo->NativeConfigure(handle, format); in Configure() 72 OH_AVFormat_Destroy(format); in Configure()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 49 capturerOptions_.streamInfo.format = AudioSampleFormat::SAMPLE_S16LE; in EnrollEngine()
|
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
H A D | video_play_controller.cpp | 332 // .format = PIXEL_FMT_RGBA_8888, in RenderInCopyMode() 334 .format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP, in RenderInCopyMode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.h | 239 void SetMouseStyle(MouseFormat format);
|
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | i_audio_stream.h | 257 bool IsFormatValid(uint8_t format);
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_consumer_test.cpp | 38 .format = GRAPHIC_PIXEL_FMT_RGBA_8888,
|
H A D | buffer_queue_producer_remote_test.cpp | 39 .format = GRAPHIC_PIXEL_FMT_RGBA_8888,
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan_test.cpp | 214 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, in HWTEST_F()
|
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/ |
H A D | audio_manager_fuzzer.cpp | 140 audioStreamInfo.format = *reinterpret_cast<const AudioSampleFormat *>(data); in AudioStreamManagerFuzzTest()
|