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:SetFormat
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
H
A
D
codec_jpeg_decoder.h
53
bool
SetFormat
(int32_t format);
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/
H
A
D
codec_jpeg_decoder.h
71
bool
SetFormat
(int32_t format);
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H
A
D
codec_jpeg_decoder.cpp
67
if (!
SetFormat
(outBuffer->format)) {
in DeCode()
239
bool CodecJpegDecoder::
SetFormat
(int32_t format)
in SetFormat()
function in OHOS::VDI::JPEG::CodecJpegDecoder
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H
A
D
codec_jpeg_decoder.cpp
96
if (!
SetFormat
(outBuffer->format)) {
in DeCode()
284
bool CodecJpegDecoder::
SetFormat
(int32_t format)
in SetFormat()
function in OHOS::VDI::JPEG::CodecJpegDecoder
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H
A
D
rk_codec_node.cpp
296
buffer->
SetFormat
(format);
in BufferFormatTransform()
298
buffer->
SetFormat
(oldFmt);
in BufferFormatTransform()
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/
H
A
D
utest_v4l2_dev.cpp
76
HWTEST_F(UtestV4L2Dev,
SetFormat
, TestSize.Level0)
in HWTEST_F()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/
H
A
D
utest_v4l2_dev.cpp
76
HWTEST_F(UtestV4L2Dev,
SetFormat
, TestSize.Level0)
in HWTEST_F()
Completed in 4 milliseconds