Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:videoInfo
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H
A
D
screen_capture_adapter_impl_test.cpp
251
return
videoInfo
;
in GetVideoInfo()
262
std::shared_ptr<MockVideoInfoAdapter>
videoInfo
= nullptr;
member in OHOS::NWeb::MockScreenCaptureConfigAdapter
382
g_screenCaptureConfig->
videoInfo
= g_videoInfo;
in SetUpTestCase()
412
g_screenCaptureConfig->
videoInfo
->videoCapInfo->videoFrameWidth = SCREEN_WIDTH;
in HWTEST_F()
413
g_screenCaptureConfig->
videoInfo
->videoCapInfo->videoFrameHeight = SCREEN_HEIGHT;
in HWTEST_F()
416
g_screenCaptureConfig->
videoInfo
->videoCapInfo->videoSource = VideoSourceTypeAdapter::VIDEO_SOURCE_SURFACE_YUV;
in HWTEST_F()
417
g_screenCaptureConfig->
videoInfo
->videoEncInfo->videoCodec = VideoCodecFormatAdapter::VIDEO_DEFAULT;
in HWTEST_F()
424
g_screenCaptureConfig->
videoInfo
->videoCapInfo->videoSource = VideoSourceTypeAdapter::VIDEO_SOURCE_SURFACE_ES;
in HWTEST_F()
425
g_screenCaptureConfig->
videoInfo
->videoEncInfo->videoCodec = VideoCodecFormatAdapter::H264;
in HWTEST_F()
432
g_screenCaptureConfig->
videoInfo
in HWTEST_F()
[all...]
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H
A
D
screen_capture_adapter_impl.cpp
168
avConfig.
videoInfo
.videoCapInfo.displayId = config->GetVideoInfo()->GetVideoCapInfo()->GetDisplayId();
in ConvertScreenCaptureConfig()
169
avConfig.
videoInfo
.videoCapInfo.taskIDs = config->GetVideoInfo()->GetVideoCapInfo()->GetTaskIDs();
in ConvertScreenCaptureConfig()
170
avConfig.
videoInfo
.videoCapInfo.videoFrameWidth =
in ConvertScreenCaptureConfig()
172
avConfig.
videoInfo
.videoCapInfo.videoFrameHeight =
in ConvertScreenCaptureConfig()
174
avConfig.
videoInfo
.videoCapInfo.videoSource =
in ConvertScreenCaptureConfig()
179
avConfig.
videoInfo
.videoEncInfo.videoCodec =
in ConvertScreenCaptureConfig()
181
avConfig.
videoInfo
.videoEncInfo.videoBitrate = config->GetVideoInfo()->GetVideoEncInfo()->GetVideoBitrate();
in ConvertScreenCaptureConfig()
182
avConfig.
videoInfo
.videoEncInfo.videoFrameRate = config->GetVideoInfo()->GetVideoEncInfo()->GetVideoFrameRate();
in ConvertScreenCaptureConfig()
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
incall_data_state_machine.cpp
86
ImsRegInfo
videoInfo
;
in IsSecondaryCanActiveData()
local
87
CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_VIDEO,
videoInfo
);
in IsSecondaryCanActiveData()
88
if (voiceInfo.imsRegState != ImsRegState::IMS_REGISTERED &&
videoInfo
.imsRegState != ImsRegState::IMS_REGISTERED) {
in IsSecondaryCanActiveData()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
1293
ImsRegInfo
videoInfo
;
in HandleCallChanged()
local
1294
CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_VIDEO,
videoInfo
);
in HandleCallChanged()
1295
if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED ||
videoInfo
.imsRegState == ImsRegState::IMS_REGISTERED) {
in HandleCallChanged()
Completed in 7 milliseconds