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:child_frames_ctx
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_qsv.c
339
AVHWFramesContext *
child_frames_ctx
;
in qsv_init_child_ctx()
local
386
child_frames_ctx
= (AVHWFramesContext*)child_frames_ref->data;
in qsv_init_child_ctx()
388
child_frames_ctx
->format = device_priv->child_pix_fmt;
in qsv_init_child_ctx()
389
child_frames_ctx
->sw_format = ctx->sw_format;
in qsv_init_child_ctx()
390
child_frames_ctx
->initial_pool_size = ctx->initial_pool_size;
in qsv_init_child_ctx()
391
child_frames_ctx
->width = FFALIGN(ctx->width, 16);
in qsv_init_child_ctx()
392
child_frames_ctx
->height = FFALIGN(ctx->height, 16);
in qsv_init_child_ctx()
396
AVD3D11VAFramesContext *child_frames_hwctx =
child_frames_ctx
->hwctx;
in qsv_init_child_ctx()
406
AVDXVA2FramesContext *child_frames_hwctx =
child_frames_ctx
->hwctx;
in qsv_init_child_ctx()
422
AVVAAPIFramesContext *child_frames_hwctx =
child_frames_ctx
in qsv_init_child_ctx()
860
AVHWFramesContext *
child_frames_ctx
;
qsv_map_from()
local
962
AVHWFramesContext *
child_frames_ctx
= (AVHWFramesContext*)s->child_frames_ref->data;
qsv_transfer_data_child()
local
[all...]
Completed in 2 milliseconds