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:SetDecoderFormat
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H
A
D
image_sink_decoder_test.cpp
203
* @tc.desc: Verify the
SetDecoderFormat
function.
209
EXPECT_EQ(DH_SUCCESS, imageDecoder_->
SetDecoderFormat
(param_));
in HWTEST_F()
214
* @tc.desc: Verify the
SetDecoderFormat
function.
221
EXPECT_EQ(DH_SUCCESS, imageDecoder_->
SetDecoderFormat
(param_));
in HWTEST_F()
226
* @tc.desc: Verify the
SetDecoderFormat
function.
233
EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->
SetDecoderFormat
(param_));
in HWTEST_F()
238
* @tc.desc: Verify the
SetDecoderFormat
function.
245
EXPECT_EQ(ERR_DH_SCREEN_TRANS_ILLEGAL_OPERATION, imageDecoder_->
SetDecoderFormat
(param_));
in HWTEST_F()
250
* @tc.desc: Verify the
SetDecoderFormat
function.
257
EXPECT_EQ(DH_SUCCESS, imageDecoder_->
SetDecoderFormat
(param
in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
video_sink_decoder.cpp
74
bool VideoSinkDecoder::
SetDecoderFormat
(const VideoTrack &track)
in SetDecoderFormat()
function in OHOS::Sharing::VideoSinkDecoder
194
if (
SetDecoderFormat
(videoTrack_)) {
in StopDecoder()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H
A
D
video_sink_decoder.h
53
bool
SetDecoderFormat
(const VideoTrack &track);
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H
A
D
image_sink_decoder.h
74
int32_t
SetDecoderFormat
(const VideoParam &configParam);
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
39
ret =
SetDecoderFormat
(configParam);
in ConfigureDecoder()
41
DHLOGE("%{public}s:
SetDecoderFormat
failed.", DSCREEN_LOG_TAG);
in ConfigureDecoder()
329
int32_t ImageSinkDecoder::
SetDecoderFormat
(const VideoParam &configParam)
in SetDecoderFormat()
function in OHOS::DistributedHardware::ImageSinkDecoder
331
DHLOGI("%{public}s:
SetDecoderFormat
.", DSCREEN_LOG_TAG);
in SetDecoderFormat()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
video_play_controller.cpp
67
if (!videoSinkDecoder_->Init(videoTrack.codecId) || !videoSinkDecoder_->
SetDecoderFormat
(videoTrack)) {
in Init()
Completed in 4 milliseconds