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:hwframes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hwupload.c
37
AVHWFramesContext *
hwframes
;
member
135
ctx->
hwframes
= (AVHWFramesContext*)ctx->hwframes_ref->data;
in hwupload_config_output()
140
ctx->
hwframes
->format = outlink->format;
in hwupload_config_output()
144
ctx->
hwframes
->sw_format = in_hwframe_ctx->sw_format;
in hwupload_config_output()
146
ctx->
hwframes
->sw_format = inlink->format;
in hwupload_config_output()
148
ctx->
hwframes
->width = inlink->w;
in hwupload_config_output()
149
ctx->
hwframes
->height = inlink->h;
in hwupload_config_output()
152
ctx->
hwframes
->initial_pool_size = 2 + avctx->extra_hw_frames;
in hwupload_config_output()
H
A
D
vf_hwdownload.c
35
AVHWFramesContext *
hwframes
;
member
68
ctx->
hwframes
= (AVHWFramesContext*)ctx->hwframes_ref->data;
in hwdownload_config_input()
124
if ((void*)ctx->
hwframes
!= input->hw_frames_ctx->data) {
in hwdownload_filter_frame()
131
output = ff_get_video_buffer(outlink, ctx->
hwframes
->width,
in hwdownload_filter_frame()
132
ctx->
hwframes
->height);
in hwdownload_filter_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
rkmppdec.c
344
AVHWFramesContext *
hwframes
;
in rkmpp_retrieve_frame()
local
366
hwframes
= (AVHWFramesContext*)decoder->frames_ref->data;
in rkmpp_retrieve_frame()
367
hwframes
->format = AV_PIX_FMT_DRM_PRIME;
in rkmpp_retrieve_frame()
368
hwframes
->sw_format = drmformat == DRM_FORMAT_NV12 ? AV_PIX_FMT_NV12 : AV_PIX_FMT_NONE;
in rkmpp_retrieve_frame()
369
hwframes
->width = avctx->width;
in rkmpp_retrieve_frame()
370
hwframes
->height = avctx->height;
in rkmpp_retrieve_frame()
Completed in 3 milliseconds