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:GetBitRate
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_foundation/test/scenetest/helper/
H
A
D
test_recorder.hpp
49
void
GetBitRate
(int64_t& bitrate) const
in GetBitRate()
function in OHOS::Media::Test::AudioRecordSource
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H
A
D
downloader.h
114
uint32_t
GetBitRate
() const;
H
A
D
downloader.cpp
203
uint32_t DownloadRequest::
GetBitRate
() const
in GetBitRate()
function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
/foundation/multimedia/media_foundation/test/scenetest/
H
A
D
test_single_audio_recorder_fast.h
62
recordSource.
GetBitRate
(configBitRate);
in FIXTURE()
H
A
D
test_single_audio_recorder_fast_audio_function.h
66
recordSource.
GetBitRate
(configBitRate);
in FIXTURE()
H
A
D
test_single_audio_recorder_fast_stop_reset.h
66
recordSource.
GetBitRate
(configBitRate);
in FIXTURE()
H
A
D
test_single_audio_recorder_fast_codec_aac.h
66
recordSource.
GetBitRate
(configBitRate);
in FIXTURE()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_segment_downloader.cpp
1042
downloadBiteRate_ = downloadRequest_->
GetBitRate
();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_media_downloader.cpp
1086
uint32_t bitRate = downloadRequest_->
GetBitRate
();
in UpdateDownloadFinished()
Completed in 9 milliseconds