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:frm_dec
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libuavs3d.c
171
uavs3d_io_frm_t *
frm_dec
= &h->dec_frame;
in libuavs3d_decode_frame()
local
174
frm_dec
->pkt_pos = avpkt->pos;
in libuavs3d_decode_frame()
175
frm_dec
->pkt_size = avpkt->size;
in libuavs3d_decode_frame()
193
frm_dec
->bs = (unsigned char *)buf_ptr;
in libuavs3d_decode_frame()
194
frm_dec
->bs_len = bs_len;
in libuavs3d_decode_frame()
195
frm_dec
->pts = avpkt->pts;
in libuavs3d_decode_frame()
196
frm_dec
->dts = avpkt->dts;
in libuavs3d_decode_frame()
197
uavs3d_decode(h->dec_handle,
frm_dec
);
in libuavs3d_decode_frame()
200
if (
frm_dec
->nal_type == NAL_SEQ_HEADER) {
in libuavs3d_decode_frame()
201
struct uavs3d_com_seqh_t *seqh =
frm_dec
in libuavs3d_decode_frame()
[all...]
Completed in 1 milliseconds