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:VP9SharedContext
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_vp9.c
41
const
VP9SharedContext
*h = avctx->priv_data;
in vaapi_vp9_start_frame()
122
const
VP9SharedContext
*h = avctx->priv_data;
in vaapi_vp9_end_frame()
132
const
VP9SharedContext
*h = avctx->priv_data;
in vaapi_vp9_decode_slice()
H
A
D
dxva2_vp9.c
45
static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const
VP9SharedContext
*h,
in fill_picture_parameters()
170
const
VP9SharedContext
*h = avctx->priv_data;
in commit_bitstream_and_slice_buffer()
258
const
VP9SharedContext
*h = avctx->priv_data;
in dxva2_vp9_start_frame()
279
const
VP9SharedContext
*h = avctx->priv_data;
in dxva2_vp9_decode_slice()
295
VP9SharedContext
*h = avctx->priv_data;
in dxva2_vp9_end_frame()
H
A
D
vp9shared.h
159
typedef struct
VP9SharedContext
{
struct
167
}
VP9SharedContext
;
typedef
H
A
D
videotoolbox_vp9.c
64
const
VP9SharedContext
*h = avctx->priv_data;
in ff_videotoolbox_vpcc_extradata_create()
121
const
VP9SharedContext
*h = avctx->priv_data;
in videotoolbox_vp9_end_frame()
H
A
D
vdpau_vp9.c
36
VP9SharedContext
*h = &(s->s);
in vdpau_vp9_start_frame()
169
VP9SharedContext
*h = avctx->priv_data;
in vdpau_vp9_decode_slice()
188
VP9SharedContext
*h = avctx->priv_data;
in vdpau_vp9_end_frame()
H
A
D
nvdec_vp9.c
33
VP9SharedContext
*h = avctx->priv_data;
in nvdec_vp9_start_frame()
H
A
D
vp9dec.h
95
VP9SharedContext
s;
Completed in 6 milliseconds