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:ioOut_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
jpeg_decoder.cpp
45
if (
ioOut_
.is_open()) {
in ~JpegDecoder()
46
ioOut_
.close();
in ~JpegDecoder()
123
ioOut_
.write(reinterpret_cast<char *>(outHandle->virAddr), outHandle->size);
in OnEvent()
124
ioOut_
.flush();
in OnEvent()
143
ioOut_
.open(fileOutput, std::ios_base::binary | std::ios_base::trunc);
in PrepareData()
227
ioOut_
.write(reinterpret_cast<char *>(outHandle->virAddr), outHandle->size);
in Decode()
228
ioOut_
.flush();
in Decode()
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
jpeg_decoder.h
61
std::ofstream
ioOut_
;
member in JpegDecoder
/drivers/peripheral/codec/test/demo/v2.0/src/
H
A
D
codec_hdi_decode.cpp
58
if (
ioOut_
.is_open()) {
in ~CodecHdiDecode()
59
ioOut_
.close();
in ~CodecHdiDecode()
102
ioOut_
.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc);
in Init()
103
if (!
ioOut_
.is_open() || !ioIn_.is_open()) {
in Init()
700
ioOut_
.write(static_cast<char *>(addr), buffer.filledLen);
in OnFillBufferDone()
703
ioOut_
.write(static_cast<char *>(bufferInfo->bufferHandle->virAddr), bufferInfo->bufferHandle->size);
in OnFillBufferDone()
707
ioOut_
.flush();
in OnFillBufferDone()
H
A
D
codec_hdi_encode.cpp
58
if (
ioOut_
.is_open()) {
in ~CodecHdiEncode()
59
ioOut_
.close();
in ~CodecHdiEncode()
105
ioOut_
.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc);
in Init()
106
if (!
ioOut_
.is_open() || !ioIn_.is_open()) {
in Init()
645
ioOut_
.write(static_cast<char *>(addr), buffer.filledLen);
in OnFillBufferDone()
646
ioOut_
.flush();
in OnFillBufferDone()
/drivers/peripheral/codec/test/demo/v2.0/include/
H
A
D
codec_hdi_encode.h
130
std::ofstream
ioOut_
;
member in PortIndex::CodecHdiEncode
H
A
D
codec_hdi_decode.h
135
std::ofstream
ioOut_
;
member in PortIndex::CodecHdiDecode
Completed in 5 milliseconds