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:dumpOutFile_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.cpp
157
if (
dumpOutFile_
!= nullptr) {
in ~HevcDecoder()
158
dumpOutFile_
->close();
in ~HevcDecoder()
212
dumpOutFile_
= std::make_shared<std::ofstream>();
in OpenDumpFile()
213
dumpOutFile_
->open(fileName, std::ios::out | std::ios::binary);
in OpenDumpFile()
214
if (!
dumpOutFile_
->is_open()) {
in OpenDumpFile()
216
dumpOutFile_
= nullptr;
in OpenDumpFile()
1135
if (!
dumpOutFile_
|| !
dumpOutFile_
->is_open()) {
in DumpOutputBuffer()
1143
dumpOutFile_
->write(reinterpret_cast<char *>(cachedFrame_->data[0] + i * cachedFrame_->linesize[0]),
in DumpOutputBuffer()
1147
dumpOutFile_
in DumpOutputBuffer()
[all...]
H
A
D
hevc_decoder.h
209
std::shared_ptr<std::ofstream>
dumpOutFile_
= nullptr;
member in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
85
if (
dumpOutFile_
!= nullptr) {
in ~FCodec()
86
dumpOutFile_
->close();
in ~FCodec()
114
dumpOutFile_
= std::make_shared<std::ofstream>();
in OpenDumpFile()
115
dumpOutFile_
->open(fileName, std::ios::out | std::ios::binary);
in OpenDumpFile()
116
if (!
dumpOutFile_
->is_open()) {
in OpenDumpFile()
118
dumpOutFile_
= nullptr;
in OpenDumpFile()
1058
if (!
dumpOutFile_
|| !
dumpOutFile_
->is_open()) {
in DumpOutputBuffer()
1062
dumpOutFile_
->write(reinterpret_cast<char *>(cachedFrame_->data[0] + i * cachedFrame_->linesize[0]),
in DumpOutputBuffer()
1066
dumpOutFile_
in DumpOutputBuffer()
[all...]
H
A
D
fcodec.h
188
std::shared_ptr<std::ofstream>
dumpOutFile_
= nullptr;
member in OHOS::MediaAVCodec::Codec::FCodec
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H
A
D
renderer_in_client_private.h
276
std::string
dumpOutFile_
= "";
member in OHOS::AudioStandard::RendererInClientInner
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
renderer_in_client.cpp
300
dumpOutFile_
= std::to_string(sessionId_) + "_" + std::to_string(curStreamParams_.samplingRate) + "_" +
in SetAudioStreamInfo()
303
DumpFileUtil::OpenDumpFile(DUMP_CLIENT_PARA,
dumpOutFile_
, &dumpOutFd_);
in SetAudioStreamInfo()
Completed in 11 milliseconds