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:hw_frames
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
videotoolbox.c
550
AVHWFramesContext *
hw_frames
;
in videotoolbox_buffer_create()
local
554
hw_frames
= (AVHWFramesContext*)hw_frames_ctx->data;
in videotoolbox_buffer_create()
555
hw_frames
->format = cached_frames->format;
in videotoolbox_buffer_create()
556
hw_frames
->sw_format = sw_format;
in videotoolbox_buffer_create()
557
hw_frames
->width = width;
in videotoolbox_buffer_create()
558
hw_frames
->height = height;
in videotoolbox_buffer_create()
1179
AVHWFramesContext *
hw_frames
;
in ff_videotoolbox_common_init()
local
1201
hw_frames
= (AVHWFramesContext*)avctx->hw_frames_ctx->data;
in ff_videotoolbox_common_init()
1209
hw_frames
= (AVHWFramesContext*)avctx->hw_frames_ctx->data;
in ff_videotoolbox_common_init()
1210
hw_frames
in ff_videotoolbox_common_init()
[all...]
H
A
D
vdpau.c
126
AVHWFramesContext *
hw_frames
= (AVHWFramesContext*)hw_frames_ctx->data;
in ff_vdpau_common_frame_params()
local
134
hw_frames
->format = AV_PIX_FMT_VDPAU;
in ff_vdpau_common_frame_params()
135
hw_frames
->sw_format = avctx->sw_pix_fmt;
in ff_vdpau_common_frame_params()
136
hw_frames
->width = width;
in ff_vdpau_common_frame_params()
137
hw_frames
->height = height;
in ff_vdpau_common_frame_params()
H
A
D
vaapi_decode.c
615
AVHWFramesContext *
hw_frames
= (AVHWFramesContext *)hw_frames_ctx->data;
in ff_vaapi_common_frame_params()
local
616
AVHWDeviceContext *device_ctx =
hw_frames
->device_ctx;
in ff_vaapi_common_frame_params()
625
err = vaapi_decode_make_config(avctx,
hw_frames
->device_ref, &va_config,
in ff_vaapi_common_frame_params()
Completed in 4 milliseconds