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:va_pic
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_h264.c
39
static void init_vaapi_pic(VAPictureH264 *
va_pic
)
in init_vaapi_pic()
argument
41
va_pic
->picture_id = VA_INVALID_ID;
in init_vaapi_pic()
42
va_pic
->flags = VA_PICTURE_H264_INVALID;
in init_vaapi_pic()
43
va_pic
->TopFieldOrderCnt = 0;
in init_vaapi_pic()
44
va_pic
->BottomFieldOrderCnt = 0;
in init_vaapi_pic()
50
* @param[out]
va_pic
A pointer to VA API's own picture struct
55
static void fill_vaapi_pic(VAPictureH264 *
va_pic
,
in fill_vaapi_pic()
argument
63
va_pic
->picture_id = ff_vaapi_get_surface_id(pic->f);
in fill_vaapi_pic()
64
va_pic
->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num;
in fill_vaapi_pic()
66
va_pic
in fill_vaapi_pic()
102
VAPictureH264 * const
va_pic
= &dpb->
va_pic
s[i];
dpb_add()
local
[all...]
H
A
D
vaapi_hevc.c
47
static void init_vaapi_pic(VAPictureHEVC *
va_pic
)
in init_vaapi_pic()
argument
49
va_pic
->picture_id = VA_INVALID_ID;
in init_vaapi_pic()
50
va_pic
->flags = VA_PICTURE_HEVC_INVALID;
in init_vaapi_pic()
51
va_pic
->pic_order_cnt = 0;
in init_vaapi_pic()
54
static void fill_vaapi_pic(VAPictureHEVC *
va_pic
, const HEVCFrame *pic, int rps_type)
in fill_vaapi_pic()
argument
56
va_pic
->picture_id = ff_vaapi_get_surface_id(pic->frame);
in fill_vaapi_pic()
57
va_pic
->pic_order_cnt = pic->poc;
in fill_vaapi_pic()
58
va_pic
->flags = rps_type;
in fill_vaapi_pic()
61
va_pic
->flags |= VA_PICTURE_HEVC_LONG_TERM_REFERENCE;
in fill_vaapi_pic()
64
va_pic
in fill_vaapi_pic()
[all...]
Completed in 3 milliseconds