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:vp8
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H
A
D
visl-dec.c
12
#include "visl-trace-
vp8
.h"
85
last = vb2_find_buffer(cap_q, run->
vp8
.frame->last_frame_ts);
in visl_get_ref_frames()
86
golden = vb2_find_buffer(cap_q, run->
vp8
.frame->golden_frame_ts);
in visl_get_ref_frames()
87
alt = vb2_find_buffer(cap_q, run->
vp8
.frame->alt_frame_ts);
in visl_get_ref_frames()
93
run->
vp8
.frame->last_frame_ts,
in visl_get_ref_frames()
95
run->
vp8
.frame->golden_frame_ts,
in visl_get_ref_frames()
97
run->
vp8
.frame->alt_frame_ts,
in visl_get_ref_frames()
375
trace_v4l2_ctrl_vp8_frame(run->
vp8
.frame);
in visl_trace_ctrls()
376
trace_v4l2_ctrl_vp8_entropy(run->
vp8
.frame);
in visl_trace_ctrls()
451
run.
vp8
in visl_device_run()
[all...]
H
A
D
visl-dec.h
55
struct visl_vp8_run
vp8
;
member
H
A
D
visl-trace-vp8.h
155
#define TRACE_INCLUDE_FILE visl-trace-
vp8
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_vp8.c
656
const struct v4l2_ctrl_vp8_frame *slice = run->
vp8
.frame_params;
in cedrus_vp8_setup()
669
cedrus_vp8_update_probs(slice, ctx->codec.
vp8
.entropy_probs_buf);
in cedrus_vp8_setup()
704
ctx->codec.
vp8
.entropy_probs_buf_dma);
in cedrus_vp8_setup()
727
if (ctx->codec.
vp8
.last_filter_type)
in cedrus_vp8_setup()
745
if (ctx->codec.
vp8
.last_frame_p_type)
in cedrus_vp8_setup()
747
reg |= VE_VP8_PPS_LAST_SHARPNESS_LEVEL(ctx->codec.
vp8
.last_sharpness_level);
in cedrus_vp8_setup()
823
ctx->codec.
vp8
.last_filter_type =
in cedrus_vp8_setup()
825
ctx->codec.
vp8
.last_frame_p_type =
in cedrus_vp8_setup()
827
ctx->codec.
vp8
.last_sharpness_level =
in cedrus_vp8_setup()
838
ctx->codec.
vp8
in cedrus_vp8_start()
[all...]
H
A
D
cedrus.h
92
struct cedrus_vp8_run
vp8
;
member
154
}
vp8
;
member
H
A
D
cedrus_dec.c
85
run.
vp8
.frame_params = cedrus_find_control_data(ctx,
in cedrus_device_run()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_enc.c
2020
p->codec.
vp8
.num_partitions = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2023
p->codec.
vp8
.imd_4x4 = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2026
p->codec.
vp8
.num_ref = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2029
p->codec.
vp8
.filter_level = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2032
p->codec.
vp8
.filter_sharpness = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2035
p->codec.
vp8
.golden_frame_ref_period = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2038
p->codec.
vp8
.golden_frame_sel = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2041
p->codec.
vp8
.rc_min_qp = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2044
p->codec.
vp8
.rc_max_qp = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2047
p->codec.
vp8
in s5p_mfc_enc_s_ctrl()
[all...]
H
A
D
s5p_mfc_common.h
414
* struct s5p_mfc_vp8_enc_params - encoding parameters for
vp8
518
struct s5p_mfc_vp8_enc_params
vp8
;
member
H
A
D
s5p_mfc_opr_v6.c
1352
struct s5p_mfc_vp8_enc_params *p_vp8 = &p->codec.
vp8
;
in s5p_mfc_set_enc_params_vp8()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_enc.c
2018
p->codec.
vp8
.num_partitions = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2021
p->codec.
vp8
.imd_4x4 = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2024
p->codec.
vp8
.num_ref = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2027
p->codec.
vp8
.filter_level = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2030
p->codec.
vp8
.filter_sharpness = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2033
p->codec.
vp8
.golden_frame_ref_period = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2036
p->codec.
vp8
.golden_frame_sel = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2039
p->codec.
vp8
.rc_min_qp = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2042
p->codec.
vp8
.rc_max_qp = ctrl->val;
in s5p_mfc_enc_s_ctrl()
2045
p->codec.
vp8
in s5p_mfc_enc_s_ctrl()
[all...]
H
A
D
s5p_mfc_common.h
418
* struct s5p_mfc_vp8_enc_params - encoding parameters for
vp8
522
struct s5p_mfc_vp8_enc_params
vp8
;
member
H
A
D
s5p_mfc_opr_v6.c
1352
struct s5p_mfc_vp8_enc_params *p_vp8 = &p->codec.
vp8
;
in s5p_mfc_set_enc_params_vp8()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_hw.h
16
#include <media/
vp8
-ctrls.h>
H
A
D
hantro_g1_vp8_dec.c
13
#include <media/
vp8
-ctrls.h>
H
A
D
rk3399_vpu_hw_vp8_dec.c
3
* Rockchip VPU codec
vp8
decode driver
16
#include <media/
vp8
-ctrls.h>
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
115
ctr->profile.
vp8
= ctrl->val;
in venc_op_s_ctrl()
H
A
D
core.h
258
u32
vp8
;
member
H
A
D
venc.c
700
profile = ctr->profile.
vp8
;
in venc_set_properties()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
23
#include <media/
vp8
-ctrls.h>
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
118
ctr->profile.
vp8
= ctrl->val;
in venc_op_s_ctrl()
H
A
D
core.h
304
u32
vp8
;
member
H
A
D
venc.c
935
profile = ctr->profile.
vp8
;
in venc_set_properties()
Completed in 27 milliseconds