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:AVProfile
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
profiles.c
26
const
AVProfile
ff_aac_profiles[] = {
38
const
AVProfile
ff_dca_profiles[] = {
48
const
AVProfile
ff_dnxhd_profiles[] = {
58
const
AVProfile
ff_h264_profiles[] = {
77
const
AVProfile
ff_vvc_profiles[] = {
83
const
AVProfile
ff_hevc_profiles[] = {
91
const
AVProfile
ff_jpeg2000_profiles[] = {
100
const
AVProfile
ff_mpeg2_video_profiles[] = {
111
const
AVProfile
ff_mpeg4_video_profiles[] = {
131
const
AVProfile
ff_vc1_profile
[all...]
H
A
D
profiles.h
59
extern const
AVProfile
ff_aac_profiles[];
60
extern const
AVProfile
ff_dca_profiles[];
61
extern const
AVProfile
ff_dnxhd_profiles[];
62
extern const
AVProfile
ff_h264_profiles[];
63
extern const
AVProfile
ff_hevc_profiles[];
64
extern const
AVProfile
ff_vvc_profiles[];
65
extern const
AVProfile
ff_jpeg2000_profiles[];
66
extern const
AVProfile
ff_mpeg2_video_profiles[];
67
extern const
AVProfile
ff_mpeg4_video_profiles[];
68
extern const
AVProfile
ff_vc1_profile
[all...]
H
A
D
codec.h
186
*
AVProfile
.
188
typedef struct
AVProfile
{
struct
191
}
AVProfile
;
typedef
229
const
AVProfile
*profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN}
H
A
D
codec_desc.h
65
const struct
AVProfile
*profiles;
H
A
D
utils.c
478
const
AVProfile
*p;
in av_get_profile_name()
492
const
AVProfile
*p;
in avcodec_profile_name()
H
A
D
libfdk-aacenc.c
429
static const
AVProfile
profiles[] = {
H
A
D
audiotoolboxenc.c
584
static const
AVProfile
aac_profiles[] = {
H
A
D
proresenc_anatoliy.c
45
static const
AVProfile
profiles[] = {
Completed in 7 milliseconds