Home
last modified time | relevance | path

Searched refs:DEFAULT_VIDEO_WIDTH (Results 1 - 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h34 uint32_t screenWidth_ = DEFAULT_VIDEO_WIDTH;
36 uint32_t videoWidth_ = DEFAULT_VIDEO_WIDTH;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp60 constexpr int32_t DEFAULT_VIDEO_WIDTH = 1920; member
67 width_(DEFAULT_VIDEO_WIDTH), in VideoFileCapturePlugin()
H A Dvideo_capture_plugin.cpp59 constexpr int32_t DEFAULT_VIDEO_WIDTH = 1920; member
65 width_(DEFAULT_VIDEO_WIDTH), in VideoCapturePlugin()
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dconst_def.h87 constexpr uint32_t DEFAULT_VIDEO_WIDTH = 1920; member
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp325 int32_t renderWidth = videoTrack_.width == 0 ? DEFAULT_VIDEO_WIDTH : videoTrack_.width; in RenderInCopyMode()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp56 constexpr int32_t DEFAULT_VIDEO_WIDTH = 1920; member
286 format_.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, DEFAULT_VIDEO_WIDTH); in Configure()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp45 constexpr int32_t DEFAULT_VIDEO_WIDTH = 1920; member
241 format_.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, DEFAULT_VIDEO_WIDTH); in Configure()

Completed in 8 milliseconds