Home
last modified time | relevance | path

Searched defs:width (Results 2776 - 2800 of 4116) sorted by relevance

1...<<111112113114115116117118119120>>...165

/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp60 uint32_t width; member
70 uint32_t width; member
333 Image_ErrorCode OH_PixelmapImageInfo_GetWidth(OH_Pixelmap_ImageInfo *info, uint32_t *width) in OH_PixelmapImageInfo_GetWidth() argument
177 OH_PixelmapInitializationOptions_GetWidth(OH_Pixelmap_InitializationOptions *ops, uint32_t *width) OH_PixelmapInitializationOptions_GetWidth() argument
188 OH_PixelmapInitializationOptions_SetWidth(OH_Pixelmap_InitializationOptions *ops, uint32_t width) OH_PixelmapInitializationOptions_SetWidth() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp60 int32_t width = 0; member
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_napi.cpp435 static napi_value BuildJsSize(napi_env env, int32_t width, int32_t height) in BuildJsSize() argument
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_mdk_common.h172 int32_t width; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp442 uint32_t width = ispe->GetWidth(); in ExtractImageProperties() local
720 void HeifParser::AddIspeProperty(heif_item_id itemId, uint32_t width, uint32_t height) in AddIspeProperty() argument
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp385 uint32_t width; in GetVideoTrackInfo() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp1424 int32_t width = 0; in PostProcessingOnOutputFormatChanged() local
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp500 int32_t width = 3840; in OtherVideoParam() local
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h592 uint32_t width; member
878 int32_t width; member
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp48 HStreamCapture::HStreamCapture(sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height) in HStreamCapture() argument
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp748 napi_value width = nullptr; in SetValue() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp1174 int32_t width = surfaceBuffer->GetWidth(); in ReadCustomDataToAVBuffer() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp443 double width = 0; in ProcessRectBox() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp40 Camera_PhotoOutput* CameraNdkUnitTest::CreatePhotoOutput(int32_t width, int32_t height) in CreatePhotoOutput() argument
74 Camera_PreviewOutput* CameraNdkUnitTest::CreatePreviewOutput(int32_t width, int32_t height) in CreatePreviewOutput() argument
111 Camera_VideoOutput* CameraNdkUnitTest::CreateVideoOutput(int32_t width, int32_t height) in CreateVideoOutput() argument
[all...]
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h75 int32_t width; member
90 int32_t width; /**< the width of memory */ member
114 int32_t width; member
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp479 int32_t width = 0; in ConfigureVideoBitrate() local
550 int32_t width = 0; in Prepare() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp237 std::string width = std::to_string(pixelMap->GetWidth()); in DumpPixelMap() local
262 int32_t width = 0; in DumpAVBuffer() local
309 int32_t width = 0; in CreatePixelMapYuv() local
412 int32_t width = surfaceBuffer->GetWidth(); CopySurfaceBufferToPixelMap() local
[all...]
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp204 int32_t RecorderServer::SetVideoSize(int32_t sourceId, int32_t width, int32_t height) in SetVideoSize() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp265 void Metadata::SetFileWidth(const VariantData &width) in SetFileWidth() argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h222 static inline ThumbnailType GetThumbType(const int32_t width, const int32_t height, bool isAstc = false) in GetThumbType() argument
258 static inline bool IsThumbnail(const int32_t width, const int32_t height) in IsThumbnail() argument
[all...]
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp52 const int32_t width = 1920; in SetDefaultVideoConfig() local
277 int32_t RecorderImpl::SetVideoSize(int32_t sourceId, int32_t width, int32_t height) in SetVideoSize() argument
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp807 double width = 0.0; in ParseBMSArray() local
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp1588 DMError DisplayManagerProxy::SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio) in SetResolution() argument
1722 DMError DisplayManagerProxy::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) in ResizeVirtualScreen() argument
/foundation/window/window_manager/previewer/include/
H A Dwindow.h177 virtual WMError ResizeAsync(uint32_t width, uint32_t height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in ResizeAsync() argument
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp575 DMError ScreenManager::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) in ResizeVirtualScreen() argument

Completed in 44 milliseconds

1...<<111112113114115116117118119120>>...165