Home
last modified time | relevance | path

Searched refs:DEFAULT_SURFACE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_capture_plugin.cpp58 constexpr int32_t DEFAULT_SURFACE_SIZE = 1024 * 1024; variable
102 ret = surfaceConsumer_->SetUserData("surface_size", std::to_string(DEFAULT_SURFACE_SIZE)); in ConfigSurfaceConsumer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp26 const uint32_t DEFAULT_SURFACE_SIZE = 0; variable
368 CHECK_NULL_RETURN(xcPattern, DEFAULT_SURFACE_SIZE); in GetXComponentSurfaceWidth()
376 CHECK_NULL_RETURN(xcPattern, DEFAULT_SURFACE_SIZE); in GetXComponentSurfaceHeight()