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:hwframe
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hwupload_cuda.c
34
AVBufferRef *
hwframe
;
member
51
av_buffer_unref(&s->
hwframe
);
in cudaupload_uninit()
96
av_buffer_unref(&s->
hwframe
);
in cudaupload_config_output()
97
s->
hwframe
= av_hwframe_ctx_alloc(s->hwdevice);
in cudaupload_config_output()
98
if (!s->
hwframe
)
in cudaupload_config_output()
101
hwframe_ctx = (AVHWFramesContext*)s->
hwframe
->data;
in cudaupload_config_output()
112
ret = av_hwframe_ctx_init(s->
hwframe
);
in cudaupload_config_output()
116
outlink->hw_frames_ctx = av_buffer_ref(s->
hwframe
);
in cudaupload_config_output()
/third_party/ffmpeg/libavcodec/
H
A
D
cuviddec.c
83
AVBufferRef *
hwframe
;
member
122
AVHWFramesContext *hwframe_ctx = (AVHWFramesContext*)ctx->
hwframe
->data;
in cuvid_handle_video_sequence()
209
// Update our
hwframe
ctx, as the get_format callback might have refreshed it!
in cuvid_handle_video_sequence()
211
av_buffer_unref(&ctx->
hwframe
);
in cuvid_handle_video_sequence()
213
ctx->
hwframe
= av_buffer_ref(avctx->hw_frames_ctx);
in cuvid_handle_video_sequence()
214
if (!ctx->
hwframe
) {
in cuvid_handle_video_sequence()
219
hwframe_ctx = (AVHWFramesContext*)ctx->
hwframe
->data;
in cuvid_handle_video_sequence()
331
if ((ctx->internal_error = av_hwframe_ctx_init(ctx->
hwframe
)) < 0) {
in cuvid_handle_video_sequence()
512
ret = av_hwframe_get_buffer(ctx->
hwframe
, frame, 0);
in cuvid_output_frame()
562
tmp_frame->hw_frames_ctx = av_buffer_ref(ctx->
hwframe
);
in cuvid_output_frame()
[all...]
Completed in 3 milliseconds