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:ioIn_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
jpeg_decoder.cpp
48
if (
ioIn_
.is_open()) {
in ~JpegDecoder()
49
ioIn_
.close();
in ~JpegDecoder()
142
ioIn_
.open(fileInput, std::ios_base::binary);
in PrepareData()
145
ioIn_
.seekg(0,
ioIn_
.end);
in PrepareData()
146
bufferLen_ =
ioIn_
.tellg();
in PrepareData()
147
ioIn_
.seekg(0,
ioIn_
.beg);
in PrepareData()
155
ioIn_
.read(jpegBuffer_.get(), bufferLen_);
in PrepareData()
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
jpeg_decoder.h
60
std::ifstream
ioIn_
;
member in JpegDecoder
/drivers/peripheral/codec/test/demo/v2.0/src/
H
A
D
codec_hdi_encode.cpp
61
if (
ioIn_
.is_open()) {
in ~CodecHdiEncode()
62
ioIn_
.close();
in ~CodecHdiEncode()
80
filledCount =
ioIn_
.read(buf, GetInputBufferSize()).gcount();
in ReadOneFrame()
81
if (
ioIn_
.eof()) {
in ReadOneFrame()
104
ioIn_
.open(opt.fileInput, std::ios_base::binary);
in Init()
106
if (!ioOut_.is_open() || !
ioIn_
.is_open()) {
in Init()
H
A
D
codec_hdi_decode.cpp
61
if (
ioIn_
.is_open()) {
in ~CodecHdiDecode()
62
ioIn_
.close();
in ~CodecHdiDecode()
101
ioIn_
.open(opt.fileInput, std::ios_base::binary);
in Init()
103
if (!ioOut_.is_open() || !
ioIn_
.is_open()) {
in Init()
628
eosFlag = reader_->ReadOnePacket(
ioIn_
, const_cast<char *>(sharedAddr), bufferInfo->omxBuffer->filledLen);
in Run()
/drivers/peripheral/codec/test/demo/v2.0/include/
H
A
D
codec_hdi_encode.h
129
std::ifstream
ioIn_
;
member in PortIndex::CodecHdiEncode
H
A
D
codec_hdi_decode.h
134
std::ifstream
ioIn_
;
member in PortIndex::CodecHdiDecode
Completed in 4 milliseconds