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
defs:pic_ctx
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vdpau_vp9.c
38
struct vdpau_picture_context *
pic_ctx
= pic.hwaccel_picture_private;
in vdpau_vp9_start_frame()
local
171
struct vdpau_picture_context *
pic_ctx
= pic.hwaccel_picture_private;
in vdpau_vp9_decode_slice()
local
190
struct vdpau_picture_context *
pic_ctx
= pic.hwaccel_picture_private;
in vdpau_vp9_end_frame()
local
H
A
D
vdpau_vc1.c
40
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_vc1_start_frame()
local
108
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_vc1_decode_slice()
local
H
A
D
vdpau_mpeg12.c
39
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_mpeg_start_frame()
local
91
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_mpeg_decode_slice()
local
H
A
D
vdpau_mpeg4.c
38
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_mpeg4_start_frame()
local
H
A
D
vdpau_av1.c
51
struct vdpau_picture_context *
pic_ctx
= s->cur_frame.hwaccel_picture_private;
in vdpau_av1_start_frame()
local
280
struct vdpau_picture_context *
pic_ctx
= s->cur_frame.hwaccel_picture_private;
in vdpau_av1_decode_slice()
local
323
struct vdpau_picture_context *
pic_ctx
in vdpau_av1_end_frame()
local
[all...]
H
A
D
vdpau_hevc.c
39
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_hevc_start_frame()
local
406
struct vdpau_picture_context *
pic_ctx
= h->ref->hwaccel_picture_private;
in vdpau_hevc_decode_slice()
local
423
struct vdpau_picture_context *
pic_ctx
= h->ref->hwaccel_picture_private;
in vdpau_hevc_end_frame()
local
H
A
D
vdpau_h264.c
72
struct vdpau_picture_context *
pic_ctx
= h->cur_pic_ptr->hwaccel_picture_private;
in vdpau_h264_set_reference_frames()
local
127
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_h264_start_frame()
local
186
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
in vdpau_h264_decode_slice()
local
206
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
vdpau_h264_end_frame()
local
[all...]
H
A
D
vdpau.c
331
int ff_vdpau_common_start_frame(struct vdpau_picture_context *
pic_ctx
,
in ff_vdpau_common_start_frame()
argument
341
ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, struct vdpau_picture_context *
pic_ctx
)
ff_vdpau_common_end_frame()
argument
374
struct vdpau_picture_context *
pic_ctx
= pic->hwaccel_picture_private;
ff_vdpau_mpeg_end_frame()
local
386
ff_vdpau_add_buffer(struct vdpau_picture_context *
pic_ctx
, const uint8_t *buf, uint32_t size)
ff_vdpau_add_buffer()
argument
[all...]
Completed in 6 milliseconds