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:H264_BUF_CNT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H
A
D
tw5864.h
148
#define
H264_BUF_CNT
4
macro
149
struct tw5864_h264_frame h264_buf[
H264_BUF_CNT
];
H
A
D
tw5864-core.c
134
next_frame_index = (cur_frame_index + 1) %
H264_BUF_CNT
;
in tw5864_h264_isr()
H
A
D
tw5864-video.c
956
for (i = 0; i <
H264_BUF_CNT
; i++) {
in tw5864_video_init()
1207
for (i = 0; i <
H264_BUF_CNT
; i++) {
in tw5864_video_fini()
1323
int batch_size =
H264_BUF_CNT
;
in tw5864_handle_frame_task()
1343
dev->h264_buf_r_index %=
H264_BUF_CNT
;
in tw5864_handle_frame_task()
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H
A
D
tw5864.h
148
#define
H264_BUF_CNT
4
macro
149
struct tw5864_h264_frame h264_buf[
H264_BUF_CNT
];
H
A
D
tw5864-core.c
134
next_frame_index = (cur_frame_index + 1) %
H264_BUF_CNT
;
in tw5864_h264_isr()
H
A
D
tw5864-video.c
955
for (i = 0; i <
H264_BUF_CNT
; i++) {
in tw5864_video_init()
1206
for (i = 0; i <
H264_BUF_CNT
; i++) {
in tw5864_video_fini()
1322
int batch_size =
H264_BUF_CNT
;
in tw5864_handle_frame_task()
1342
dev->h264_buf_r_index %=
H264_BUF_CNT
;
in tw5864_handle_frame_task()
Completed in 7 milliseconds