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:videoTrack_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
media_controller.cpp
48
videoTrack_
= videoTrack;
in Init()
49
if (CODEC_NONE == audioTrack_.codecId && CODEC_NONE ==
videoTrack_
.codecId) {
in Init()
150
if (CODEC_NONE ==
videoTrack_
.codecId) {
in AppendSurface()
165
if (videoPlayController->Init(
videoTrack_
) && videoPlayController->SetSurface(surface, keyFrame)) {
in AppendSurface()
H
A
D
video_play_controller.cpp
55
videoTrack_
= videoTrack;
in Init()
325
int32_t renderWidth =
videoTrack_
.width == 0 ? DEFAULT_VIDEO_WIDTH :
videoTrack_
.width;
in RenderInCopyMode()
326
int32_t renderHeight =
videoTrack_
.height == 0 ? DEFAULT_CAPTURE_VIDEO_HEIGHT :
videoTrack_
.height;
in RenderInCopyMode()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H
A
D
screen_capture_consumer.cpp
172
videoTrack_
= msg->videoTrack;
in HandleProsumerPlay()
290
videoTrack_
.codecId, audioTrack_.codecId);
in InitCapture()
304
if ((
videoTrack_
.codecId != CODEC_NONE) && !InitVideoCapture(screenId)) {
in InitCapture()
367
if ((
videoTrack_
.codecId != CODEC_NONE) && !StartVideoCapture()) {
in StartCapture()
434
if (
videoTrack_
.codecId != CODEC_NONE) {
in StopVideoCapture()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H
A
D
mediacontroller_unit_test.cpp
86
VideoTrack
videoTrack_
;
member in OHOS::Sharing::MediaControllerTestBaseImpl
125
return
videoTrack_
;
in GetVideoTrack()
140
videoTrack_
.codecId = CodecId::CODEC_H264;
in VideoTrackReset()
141
videoTrack_
.width = defaultWidth;
in VideoTrackReset()
142
videoTrack_
.height = defaultHeight;
in VideoTrackReset()
143
videoTrack_
.frameRate = defaultFrameRate;
in VideoTrackReset()
632
mediaController->
videoTrack_
.codecId = CodecId::CODEC_NONE;
in HWTEST_F()
688
mediaController->
videoTrack_
.codecId = CodecId::CODEC_NONE;
in HWTEST_F()
H
A
D
videoplaycontroller_unit_test.cpp
62
VideoTrack
videoTrack_
;
member in OHOS::Sharing::VideoPlayControllerTestBaseImpl
102
return
videoTrack_
;
in GetVideoTrack()
117
videoTrack_
.codecId = CodecId::CODEC_H264;
in VideoTrackReset()
118
videoTrack_
.width = defaultWidth;
in VideoTrackReset()
119
videoTrack_
.height = defaultHeight;
in VideoTrackReset()
120
videoTrack_
.frameRate = defaultFrameRate;
in VideoTrackReset()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H
A
D
media_controller.h
69
VideoTrack
videoTrack_
;
member in OHOS::Sharing::MediaController
H
A
D
video_play_controller.h
98
VideoTrack
videoTrack_
;
member in OHOS::Sharing::VideoPlayController
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
base_consumer.cpp
77
return
videoTrack_
;
in GetVideoTrack()
H
A
D
base_consumer.h
81
VideoTrack
videoTrack_
;
member in OHOS::Sharing::BaseConsumer
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
video_sink_decoder.cpp
78
videoTrack_
= track;
in SetDecoderFormat()
194
if (SetDecoderFormat(
videoTrack_
)) {
in StopDecoder()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H
A
D
video_sink_decoder.h
82
VideoTrack
videoTrack_
;
member in OHOS::Sharing::VideoSinkDecoder
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H
A
D
wfd_rtp_consumer.cpp
72
videoTrack_
= msg->videoTrack;
in HandleProsumerInitState()
Completed in 8 milliseconds