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:dec_frame
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libuavs3d.c
41
uavs3d_io_frm_t
dec_frame
;
member
69
static void uavs3d_output_callback(uavs3d_io_frm_t *
dec_frame
) {
in uavs3d_output_callback()
argument
71
AVFrame *frm = (AVFrame *)
dec_frame
->priv;
in uavs3d_output_callback()
75
dec_frame
->got_pic = 0;
in uavs3d_output_callback()
80
frm->pts =
dec_frame
->pts;
in uavs3d_output_callback()
81
frm->pkt_dts =
dec_frame
->dts;
in uavs3d_output_callback()
82
frm->pkt_pos =
dec_frame
->pkt_pos;
in uavs3d_output_callback()
83
frm->pkt_size =
dec_frame
->pkt_size;
in uavs3d_output_callback()
84
frm->coded_picture_number =
dec_frame
->dtr;
in uavs3d_output_callback()
85
frm->display_picture_number =
dec_frame
in uavs3d_output_callback()
[all...]
/third_party/ffmpeg/doc/examples/
H
A
D
transcoding.c
55
AVFrame *
dec_frame
;
member
112
stream_ctx[i].
dec_frame
= av_frame_alloc();
in open_input_file()
113
if (!stream_ctx[i].
dec_frame
)
in open_input_file()
555
ret = avcodec_receive_frame(stream->dec_ctx, stream->
dec_frame
);
in main()
561
stream->
dec_frame
->pts = stream->
dec_frame
->best_effort_timestamp;
in main()
562
ret = filter_encode_write_frame(stream->
dec_frame
, stream_index);
in main()
611
av_frame_free(&stream_ctx[i].
dec_frame
);
in main()
Completed in 2 milliseconds