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:hdiJpeg_
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/codec/test/unittest/hdi_image/
H
A
D
codec_hdi_jpeg_test.cpp
35
static OHOS::sptr<ICodecImage>
hdiJpeg_
;
member
58
hdiJpeg_
= ICodecImage::Get();
in SetUpTestCase()
63
hdiJpeg_
= nullptr;
in TearDownTestCase()
68
if (
hdiJpeg_
!= nullptr) {
in SetUp()
69
hdiJpeg_
->Init(CODEC_IMAGE_JPEG);
in SetUp()
74
if (
hdiJpeg_
!= nullptr) {
in TearDown()
75
hdiJpeg_
->DeInit(CODEC_IMAGE_JPEG);
in TearDown()
82
ASSERT_TRUE(
hdiJpeg_
!= nullptr);
in HWTEST_F()
84
auto ret =
hdiJpeg_
->GetImageCapability(capList);
in HWTEST_F()
90
ASSERT_TRUE(
hdiJpeg_
!
in HWTEST_F()
[all...]
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
jpeg_decoder.cpp
32
hdiJpeg_
= ICodecImage::Get();
in JpegDecoder()
39
hdiJpeg_
= nullptr;
in ~JpegDecoder()
89
if (
hdiJpeg_
== nullptr || hdiBuffer_ == nullptr) {
in Init()
90
HDF_LOGE("
hdiJpeg_
or hdiBuffer_ is null !");
in Init()
94
auto ret =
hdiJpeg_
->GetImageCapability(capList);
in Init()
102
return
hdiJpeg_
->Init(CODEC_IMAGE_JPEG);
in Init()
107
if (
hdiJpeg_
== nullptr) {
in DeInit()
110
return
hdiJpeg_
->DeInit(CODEC_IMAGE_JPEG);
in DeInit()
131
auto ret =
hdiJpeg_
->FreeInBuffer(inBuffer_);
in OnEvent()
170
auto ret =
hdiJpeg_
in AllocBuffer()
[all...]
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
jpeg_decoder.h
54
OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage>
hdiJpeg_
;
member in JpegDecoder
Completed in 2 milliseconds