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:BufInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
tester_common.h
44
struct
BufInfo
: ImgBuf {
struct
72
virtual bool WaitForInput(
BufInfo
& buf) = 0;
73
virtual bool WaitForOutput(
BufInfo
& buf) = 0;
74
virtual bool ReturnInput(const
BufInfo
& buf) = 0;
105
virtual bool SetEncoderPerFrameParam(
BufInfo
& buf, const PerFrameParams& param) { return true; }
in SetEncoderPerFrameParam()
110
static bool SurfaceBufferToBufferInfo(
BufInfo
& buf, sptr<SurfaceBuffer> surfaceBuffer);
111
static bool NativeBufferToBufferInfo(
BufInfo
& buf, OH_NativeBuffer* nativeBuffer);
112
bool WaitForInputSurfaceBuffer(
BufInfo
& buf);
113
bool ReturnInputSurfaceBuffer(
BufInfo
& buf);
150
void CheckVivid(const
BufInfo
[all...]
H
A
D
tester_capi.h
61
bool WaitForInput(
BufInfo
& buf) override;
62
bool WaitForOutput(
BufInfo
& buf) override;
63
bool ReturnInput(const
BufInfo
& buf) override;
79
bool WaitForInput(
BufInfo
& buf) override;
80
bool WaitForOutput(
BufInfo
& buf) override;
81
bool ReturnInput(const
BufInfo
& buf) override;
H
A
D
tester_codecbase.h
36
bool WaitForInput(
BufInfo
& buf) override;
37
bool WaitForOutput(
BufInfo
& buf) override;
38
bool ReturnInput(const
BufInfo
& buf) override;
44
bool SetEncoderPerFrameParam(
BufInfo
& buf, const PerFrameParams& param) override;
H
A
D
tester_common.cpp
192
BufInfo
buf {};
in OutputLoop()
203
void TesterCommon::CheckVivid(const
BufInfo
& buf)
in CheckVivid()
293
BufInfo
buf {};
in EncoderInputLoop()
369
BufInfo
buf;
in CreateWaterMarkBuffer()
380
bool TesterCommon::SurfaceBufferToBufferInfo(
BufInfo
& buf, sptr<SurfaceBuffer> surfaceBuffer)
in SurfaceBufferToBufferInfo()
396
bool TesterCommon::NativeBufferToBufferInfo(
BufInfo
& buf, OH_NativeBuffer* nativeBuffer)
in NativeBufferToBufferInfo()
411
bool TesterCommon::WaitForInputSurfaceBuffer(
BufInfo
& buf)
in WaitForInputSurfaceBuffer()
425
bool TesterCommon::ReturnInputSurfaceBuffer(
BufInfo
& buf)
in ReturnInputSurfaceBuffer()
655
BufInfo
buf {};
in DecoderInputLoop()
H
A
D
tester_capi.cpp
355
bool TesterCapiOld::WaitForInput(
BufInfo
& buf)
in WaitForInput()
394
bool TesterCapiNew::WaitForInput(
BufInfo
& buf)
in WaitForInput()
429
bool TesterCapiOld::WaitForOutput(
BufInfo
& buf)
in WaitForOutput()
460
bool TesterCapiNew::WaitForOutput(
BufInfo
& buf)
in WaitForOutput()
492
bool TesterCapiOld::ReturnInput(const
BufInfo
& buf)
in ReturnInput()
506
bool TesterCapiNew::ReturnInput(const
BufInfo
& buf)
in ReturnInput()
H
A
D
tester_codecbase.cpp
273
bool TesterCodecBase::SetEncoderPerFrameParam(
BufInfo
& buf, const PerFrameParams& param)
in SetEncoderPerFrameParam()
380
bool TesterCodecBase::WaitForInput(
BufInfo
& buf)
in WaitForInput()
422
bool TesterCodecBase::ReturnInput(const
BufInfo
& buf)
in ReturnInput()
441
bool TesterCodecBase::WaitForOutput(
BufInfo
& buf)
in WaitForOutput()
Completed in 5 milliseconds