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:yuv_format
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_debugfs.h
23
/* @
yuv_format
: indicate yuv format or not */
24
bool
yuv_format
;
member
H
A
D
rockchip_drm_debugfs.c
76
if (dump_info->
yuv_format
) {
in rockchip_drm_dump_plane_buffer()
H
A
D
rockchip_drm_vop.c
1963
planlist->dump_info.
yuv_format
= is_yuv_support(fb->format->format);
in vop_plane_atomic_update()
H
A
D
rockchip_drm_vop2.c
4216
planlist->dump_info.
yuv_format
= is_yuv_support(fb->format->format);
in vop2_plane_atomic_update()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_debugfs.h
23
/* @
yuv_format
: indicate yuv format or not */
24
bool
yuv_format
;
member
H
A
D
rockchip_drm_vop2.c
4213
planlist->dump_info.
yuv_format
= is_yuv_support(fb->format->format);
in vop2_plane_atomic_update()
/device/soc/rockchip/rk3588/kernel/include/drm/
H
A
D
rockchip_drm_debugfs.h
23
/* @
yuv_format
: indicate yuv format or not */
24
bool
yuv_format
;
member
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
299
unsigned int
yuv_format
; /* 0:420 1:422 2:444 */
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
298
RK_U32
yuv_format
; /* 0:420 1:422 2:444 */
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
301
RK_U32
yuv_format
; /* 0:420 1:422 2:444 */
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
301
RK_U32
yuv_format
; /* 0:420 1:422 2:444 */
member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api_legacy.cpp
355
|| ctx->extra_cfg.
yuv_format
) {
in init_frame_info()
357
p->CodecType = (ctx->extra_cfg.
yuv_format
== 1)
in init_frame_info()
360
p->CodecType = (ctx->extra_cfg.
yuv_format
== 1)
in init_frame_info()
Completed in 42 milliseconds