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:MXFCodecUL
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mxf.h
103
typedef struct
MXFCodecUL
{
struct
110
}
MXFCodecUL
;
typedef
112
extern const
MXFCodecUL
ff_mxf_data_definition_uls[];
113
extern const
MXFCodecUL
ff_mxf_codec_uls[];
114
extern const
MXFCodecUL
ff_mxf_pixel_format_uls[];
115
extern const
MXFCodecUL
ff_mxf_codec_tag_uls[];
116
extern const
MXFCodecUL
ff_mxf_color_primaries_uls[];
117
extern const
MXFCodecUL
ff_mxf_color_trc_uls[];
118
extern const
MXFCodecUL
ff_mxf_color_space_uls[];
H
A
D
mxf.c
31
const
MXFCodecUL
ff_mxf_data_definition_uls[] = {
40
const
MXFCodecUL
ff_mxf_codec_uls[] = {
81
const
MXFCodecUL
ff_mxf_pixel_format_uls[] = {
87
const
MXFCodecUL
ff_mxf_codec_tag_uls[] = {
92
const
MXFCodecUL
ff_mxf_color_primaries_uls[] = {
107
const
MXFCodecUL
ff_mxf_color_trc_uls[] = {
128
const
MXFCodecUL
ff_mxf_color_space_uls[] = {
H
A
D
mxfdec.c
1535
static const
MXFCodecUL
*mxf_get_codec_ul(const
MXFCodecUL
*uls, UID *uid)
in mxf_get_codec_ul()
1560
static const
MXFCodecUL
mxf_picture_essence_container_uls[] = {
1582
static const
MXFCodecUL
mxf_intra_only_essence_container_uls[] = {
1588
static const
MXFCodecUL
mxf_intra_only_picture_essence_coding_uls[] = {
1595
static const
MXFCodecUL
mxf_intra_only_picture_coded_width[] = {
1603
static const
MXFCodecUL
mxf_sound_essence_container_uls[] = {
1613
static const
MXFCodecUL
mxf_data_essence_container_uls[] = {
1669
const
MXFCodecUL
*codec_ul;
in mxf_get_wrapping_kind()
2378
const
MXFCodecUL
*codec_u
in mxf_add_metadata_stream()
[all...]
H
A
D
mxfenc.c
596
static const
MXFCodecUL
*mxf_get_codec_ul_by_id(const
MXFCodecUL
*uls, int id)
in mxf_get_codec_ul_by_id()
897
const
MXFCodecUL
*data_def_ul = mxf_get_codec_ul_by_id(ff_mxf_data_definition_uls, st->codecpar->codec_type);
in mxf_write_common_fields()
1115
const
MXFCodecUL
*color_primaries_ul;
in mxf_write_cdci_common()
1116
const
MXFCodecUL
*color_trc_ul;
in mxf_write_cdci_common()
1117
const
MXFCodecUL
*color_space_ul;
in mxf_write_cdci_common()
Completed in 12 milliseconds