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:videoType_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_common.h
162
videoType_
= desc.
videoType_
;
in DashStreamDescription()
182
videoType_
= desc.
videoType_
;
in operator =()
191
DashVideoType
videoType_
= DASH_VIDEO_TYPE_SDR;
member
H
A
D
dash_mpd_downloader.cpp
338
PUBLIC_LOG_U32, currentStream->
videoType_
, destStream->
videoType_
, param.nextSegTime_);
in GetNextVideoStream()
861
(isHdr == (item->
videoType_
!= DASH_VIDEO_TYPE_SDR))) {
in GetBitRatesByHdr()
1122
streamDesc.
videoType_
= DASH_VIDEO_TYPE_HDR_10;
in GetStreamsInfoInAdptSet()
1124
streamDesc.
videoType_
= DASH_VIDEO_TYPE_SDR;
in GetStreamsInfoInAdptSet()
1126
MEDIA_LOG_D("GetStreamsInfoInAdptSet hdrType " PUBLIC_LOG_U32, streamDesc.
videoType_
);
in GetStreamsInfoInAdptSet()
1157
DashVideoType defaultVideoType = streamDesc.
videoType_
;
in GetStreamDescriptions()
1177
streamDesc.
videoType_
= DASH_VIDEO_TYPE_HDR_VIVID;
in GetStreamDescriptions()
1180
streamDesc.
videoType_
= defaultVideoType;
in GetStreamDescriptions()
1202
streamDesc.bandwidth_, streamDesc.
videoType_
);
in GetStreamDescriptions()
[all...]
H
A
D
dash_media_downloader.cpp
607
if (stream->
videoType_
!= DASH_VIDEO_TYPE_SDR) {
in GetNextBitrate()
612
std::vector<uint32_t> bitRates = mpdDownloader_->GetBitRatesByHdr(stream->
videoType_
!= DASH_VIDEO_TYPE_SDR);
in GetNextBitrate()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H
A
D
avmuxer_demo_base.cpp
35
std::string AVMuxerDemoBase::
videoType_
= std::string("");
member in OHOS::MediaAVCodec::AVMuxerDemoBase
128
videoType_
= "noVideo";
in SelectVideoMode()
132
videoType_
= "h264";
in SelectVideoMode()
136
videoType_
= "mpeg4";
in SelectVideoMode()
140
videoType_
= "h265";
in SelectVideoMode()
144
videoType_
= "hdr-vivid";
in SelectVideoMode()
148
videoType_
= "noVideo";
in SelectVideoMode()
632
if (!
videoType_
.empty()) {
in GetOutputFileName()
633
outputFileName += "_" +
videoType_
;
in GetOutputFileName()
H
A
D
avmuxer_demo_base.h
66
static std::string
videoType_
;
member in OHOS::MediaAVCodec::AVMuxerDemoBase
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_mpd_def.h
158
std::string
videoType_
; // only for hw multi view
member
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_mpd_downloader_unit_test.cpp
230
EXPECT_FALSE(stream->
videoType_
== DASH_VIDEO_TYPE_HDR_VIVID);
in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_mpd_parser.cpp
242
adptSetNode->GetAttr("videoType", adptSetInfo->
videoType_
);
in GetAdaptationSetAttr()
Completed in 10 milliseconds