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:MJpegContext
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mjpegenc.c
54
MJpegContext
mjpeg;
111
MJpegContext
*m = s->mjpeg_ctx;
in mjpeg_encode_picture_frame()
155
* Stores the Huffman tables in the bits_* and val_* arrays in the
MJpegContext
.
157
* @param m
MJpegContext
containing the JPEG buffer.
159
static void mjpeg_build_optimal_huffman(
MJpegContext
*m)
in mjpeg_build_optimal_huffman()
222
MJpegContext
*const m = s->mjpeg_ctx;
in ff_mjpeg_encode_stuffing()
268
MJpegContext
*m = s->mjpeg_ctx;
in alloc_huffman()
296
MJpegContext
*const m = &((MJPEGEncContext*)s)->mjpeg;
in ff_mjpeg_encode_init()
375
* @param s The
MJpegContext
which contains the JPEG buffer.
379
static inline void ff_mjpeg_encode_code(
MJpegContext
*
[all...]
H
A
D
mjpegenc_common.h
30
struct
MJpegContext
;
35
const AVFrame *frame, struct
MJpegContext
*m,
H
A
D
mjpegenc.h
59
typedef struct
MJpegContext
{
struct
93
}
MJpegContext
;
typedef
H
A
D
mjpegenc_common.c
60
MJpegContext
*m,
in jpeg_table_header()
279
const AVFrame *frame, struct
MJpegContext
*m,
in ff_mjpeg_encode_picture_header()
H
A
D
mpegvideo.h
398
struct
MJpegContext
*mjpeg_ctx;
Completed in 4 milliseconds