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:mids
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qsv.c
267
QSVMid *mid = &ctx->
mids
[i];
in ff_qsv_find_surface_idx()
481
QSVMid *
mids
;
in qsv_create_mids()
local
488
mids
= av_calloc(nb_surfaces, sizeof(*
mids
));
in qsv_create_mids()
489
if (!
mids
) {
in qsv_create_mids()
494
mids_buf = av_buffer_create((uint8_t*)
mids
, nb_surfaces * sizeof(*
mids
),
in qsv_create_mids()
498
av_freep(&
mids
);
in qsv_create_mids()
503
QSVMid *mid = &
mids
[i];
in qsv_create_mids()
516
QSVMid *
mids
in qsv_setup_mids()
local
[all...]
H
A
D
qsv_internal.h
114
QSVMid *
mids
;
member
H
A
D
qsvdec.c
444
if (q->frames_ctx.
mids
) {
in alloc_frame()
449
frame->surface.Data.MemId = &q->frames_ctx.
mids
[ret];
in alloc_frame()
H
A
D
qsvenc.c
1487
if (q->frames_ctx.
mids
) {
in submit_frame()
1492
qf->surface.Data.MemId = &q->frames_ctx.
mids
[ret];
in submit_frame()
/third_party/ffmpeg/libavfilter/
H
A
D
qsvvpp.c
165
resp->
mids
= av_mallocz(s->nb_surface_ptrs_in * sizeof(*resp->
mids
));
in frame_alloc()
166
if (!resp->
mids
)
in frame_alloc()
170
resp->
mids
[i] = s->surface_ptrs_in[i]->Data.MemId;
in frame_alloc()
174
resp->
mids
= av_mallocz(s->nb_surface_ptrs_out * sizeof(*resp->
mids
));
in frame_alloc()
175
if (!resp->
mids
)
in frame_alloc()
179
resp->
mids
[i] = s->surface_ptrs_out[i]->Data.MemId;
in frame_alloc()
189
av_freep(&resp->
mids
);
in frame_free()
H
A
D
vf_scale_qsv.c
224
resp->
mids
= s->mem_ids_in;
in frame_alloc()
227
resp->
mids
= s->mem_ids_out;
in frame_alloc()
H
A
D
vf_deinterlace_qsv.c
117
resp->
mids
= s->mem_ids;
in frame_alloc()
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_qsv.c
577
resp->
mids
= s->mem_ids;
in frame_alloc()
Completed in 12 milliseconds