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:bandwidth_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_common.h
51
bandwidth_
= 0;
in DashSegment()
63
bandwidth_
= srcSegment.
bandwidth_
;
in DashSegment()
78
bandwidth_
= srcSegment.
bandwidth_
;
in operator =()
92
unsigned int
bandwidth_
;
member
157
bandwidth_
= desc.
bandwidth_
;
in DashStreamDescription()
177
bandwidth_
= desc.
bandwidth_
;
in operator =()
200
unsigned int
bandwidth_
= 0;
global()
member
[all...]
H
A
D
dash_segment_downloader.h
49
bandwidth_
= 0;
in DashBufferSegment()
65
bandwidth_
= srcSegment.
bandwidth_
;
in DashBufferSegment()
84
bandwidth_
= srcSegment.
bandwidth_
;
in operator =()
104
bandwidth_
= dashSegment->
bandwidth_
;
in DashBufferSegment()
120
unsigned int
bandwidth_
;
member
H
A
D
dash_mpd_downloader.cpp
141
segment->
bandwidth_
= streamDesc->
bandwidth_
;
in AddOneSegment()
305
if (stream->
bandwidth_
== param.bitrate_) {
in GetNextVideoStream()
308
PUBLIC_LOG_U32, stream->
bandwidth_
, stream->streamId_, stream->width_);
in GetNextVideoStream()
327
PUBLIC_LOG_U32 ", seq:" PUBLIC_LOG_D64, destStream->
bandwidth_
, destStream->startNumberSeq_,
in GetNextVideoStream()
328
currentStream->
bandwidth_
, currentStream->startNumberSeq_);
in GetNextVideoStream()
736
srcSegment.
bandwidth_
= currentDownloadStream_->
bandwidth_
;
in BuildDashSegment()
848
if (item->type_ == MediaAVCodec::MediaType::MEDIA_TYPE_VID && item->
bandwidth_
> 0) {
in GetBitRates()
849
bitRates.push_back(item->
bandwidth_
);
in GetBitRates()
[all...]
H
A
D
dash_media_downloader.cpp
290
SelectBitRate(streamDesc->
bandwidth_
);
in SelectStream()
616
uint32_t curBitrate = stream->
bandwidth_
;
in GetNextBitrate()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_segment_downloader_unit_test.cpp
79
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
104
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
136
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
160
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
206
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
242
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
292
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
306
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
325
segmentSp->
bandwidth_
= 1024;
in HWTEST_F()
348
segmentSp->
bandwidth_
in HWTEST_F()
[all...]
H
A
D
dash_mpd_downloader_unit_test.cpp
126
EXPECT_TRUE(g_mpdDownloader->IsBitrateSame(stream->
bandwidth_
));
in HWTEST_F()
189
if (bitrate != stream->
bandwidth_
) {
in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_adpt_set_manager.cpp
27
return x->
bandwidth_
< y->
bandwidth_
;
in SortByBitrate()
148
bandwidths.push_back((*curRep)->
bandwidth_
);
in GetBandwidths()
177
if ((*it)->
bandwidth_
== bandwidth) {
in GetRepresentationByBandwidth()
H
A
D
dash_mpd_parser.cpp
682
representationNode->GetAttr("bandwidth", representationInfo->
bandwidth_
);
in GetRepresentationAttr()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_sdp.h
120
std::vector<std::string>
bandwidth_
; // b=
member in OHOS::Sharing::MediaDescription
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_mpd_def.h
118
uint32_t
bandwidth_
{0};
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_sdp.cpp
512
track->
bandwidth_
.push_back(value);
Completed in 11 milliseconds