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:pic_struct
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_msgs.c
26
struct hfi_pic_struct *
pic_struct
;
in event_seq_changed()
local
78
pic_struct
= (struct hfi_pic_struct *)data_ptr;
in event_seq_changed()
79
event.
pic_struct
=
pic_struct
->progressive_only;
in event_seq_changed()
80
data_ptr += sizeof(*
pic_struct
);
in event_seq_changed()
H
A
D
hfi.h
70
u32
pic_struct
;
member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_msgs.c
31
struct hfi_pic_struct *
pic_struct
;
in event_seq_changed()
local
84
pic_struct
= (struct hfi_pic_struct *)data_ptr;
in event_seq_changed()
85
event.
pic_struct
=
pic_struct
->progressive_only;
in event_seq_changed()
86
data_ptr += sizeof(*
pic_struct
);
in event_seq_changed()
H
A
D
hfi.h
70
u32
pic_struct
;
member
H
A
D
vdec.c
1514
if (inst->
pic_struct
!= ev_data->
pic_struct
)
in vdec_event_change()
1515
inst->
pic_struct
= ev_data->
pic_struct
;
in vdec_event_change()
1690
inst->
pic_struct
= HFI_INTERLACE_FRAME_PROGRESSIVE;
in vdec_open()
H
A
D
core.h
436
* @
pic_struct
: bitstream progressive vs interlaced
507
unsigned int
pic_struct
;
member
H
A
D
helpers.c
650
inst->
pic_struct
!= HFI_INTERLACE_FRAME_PROGRESSIVE;
in platform_get_bufreq()
1161
inst->
pic_struct
!= HFI_INTERLACE_FRAME_PROGRESSIVE ||
in venus_helper_get_work_mode()
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H
A
D
codec_h264.c
393
u32
pic_struct
= (frame_status >> PIC_STRUCT_BIT) &
in codec_h264_frames_ready()
local
407
if (
pic_struct
== PIC_TOP_BOT)
in codec_h264_frames_ready()
409
else if (
pic_struct
== PIC_BOT_TOP)
in codec_h264_frames_ready()
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H
A
D
codec_h264.c
393
u32
pic_struct
= (frame_status >> PIC_STRUCT_BIT) &
in codec_h264_frames_ready()
local
407
if (
pic_struct
== PIC_TOP_BOT)
in codec_h264_frames_ready()
409
else if (
pic_struct
== PIC_BOT_TOP)
in codec_h264_frames_ready()
/kernel/linux/linux-5.10/include/media/
H
A
D
hevc-ctrls.h
191
__u8
pic_struct
;
member
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-mail.h
264
u32
pic_struct
;
member
H
A
D
allegro-mail.c
437
msg->
pic_struct
= src[i++];
in allegro_dec_encode_frame()
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_h265.c
450
reg = VE_DEC_H265_DEC_SLICE_HDR_INFO0_PICTURE_TYPE(slice_params->
pic_struct
) |
in cedrus_h265_setup()
543
slice_params->
pic_struct
!= 0,
in cedrus_h265_setup()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-mail.h
267
u32
pic_struct
;
member
H
A
D
allegro-mail.c
443
msg->
pic_struct
= src[i++];
in allegro_dec_encode_frame()
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_h265.c
670
reg = VE_DEC_H265_DEC_SLICE_HDR_INFO0_PICTURE_TYPE(slice_params->
pic_struct
) |
in cedrus_h265_setup()
773
slice_params->
pic_struct
!= 0,
in cedrus_h265_setup()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H
A
D
visl-trace-hevc.h
172
"
pic_struct
%u\n"
199
__entry->s.
pic_struct
,
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
v4l2-controls.h
2387
* @
pic_struct
: indicates whether a picture should be displayed as a frame or as one or
2430
__u8
pic_struct
;
member
Completed in 26 milliseconds