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:VP9Frame
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9shared.h
59
typedef struct
VP9Frame
{
struct
68
}
VP9Frame
;
typedef
166
VP9Frame
frames[3];
H
A
D
vdpau_vp9.c
37
VP9Frame
pic = h->frames[CUR_FRAME];
in vdpau_vp9_start_frame()
170
VP9Frame
pic = h->frames[CUR_FRAME];
in vdpau_vp9_decode_slice()
189
VP9Frame
pic = h->frames[CUR_FRAME];
in vdpau_vp9_end_frame()
H
A
D
vaapi_vp9.c
29
static VASurfaceID vaapi_vp9_surface_id(const
VP9Frame
*vf)
in vaapi_vp9_surface_id()
H
A
D
vp9.c
97
static void vp9_frame_unref(AVCodecContext *avctx,
VP9Frame
*f)
in vp9_frame_unref()
106
static int vp9_frame_alloc(AVCodecContext *avctx,
VP9Frame
*f)
in vp9_frame_alloc()
152
static int vp9_frame_ref(AVCodecContext *avctx,
VP9Frame
*dst,
VP9Frame
*src)
in vp9_frame_ref()
1501
static int vp9_export_enc_params(VP9Context *s,
VP9Frame
*frame)
in vp9_export_enc_params()
Completed in 5 milliseconds