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:frame_off
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
bmvvideo.c
57
static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame, int
frame_off
)
in decode_bmv_frame()
argument
65
int forward = (
frame_off
<= -SCREEN_WIDE) || (
frame_off
>= 0);
in decode_bmv_frame()
149
if (dst - frame + SCREEN_WIDE <
frame_off
||
in decode_bmv_frame()
150
dst - frame + SCREEN_WIDE +
frame_off
< 0 ||
in decode_bmv_frame()
151
frame_end - dst <
frame_off
+ len ||
in decode_bmv_frame()
155
dst[i] = dst[
frame_off
+ i];
in decode_bmv_frame()
159
if (dst - frame + SCREEN_WIDE <
frame_off
||
in decode_bmv_frame()
160
dst - frame + SCREEN_WIDE +
frame_off
< 0 ||
in decode_bmv_frame()
161
frame_end - dst <
frame_off
in decode_bmv_frame()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_video.c
490
uvc->
frame_off
= 0;
in uvc_video_tran_nocp()
572
uvc->
frame_off
= 0;
in uvc_video_tran_copy()
659
offset = uvc->
frame_off
;
in uvc_nocp_continue()
761
uvc->
frame_off
= offset;
in uvc_nocp_continue()
H
A
D
f_uvc.h
783
u32
frame_off
; /* transfer offset in a single video frame */
member
Completed in 4 milliseconds