OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4OSA_UChar
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c
35
M4OSA_ERR M4MP4W_putByte(
M4OSA_UChar
c, M4OSA_FileWriterPointer* fileFunction,
49
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 8), fileFunction, context);
51
err = M4MP4W_putByte((
M4OSA_UChar
)val, fileFunction, context);
61
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 16), fileFunction, context);
63
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 8), fileFunction, context);
65
err = M4MP4W_putByte((
M4OSA_UChar
)val, fileFunction, context);
75
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 24), fileFunction, context);
77
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 16), fileFunction, context);
79
err = M4MP4W_putByte((
M4OSA_UChar
)(val >> 8), fileFunction, context);
81
err = M4MP4W_putByte((
M4OSA_UChar
)val, fileFunction, context)
[
all
...]
M4MP4W_Writer.c
71
const
M4OSA_UChar
Default_ftyp [] =
77
const
M4OSA_UChar
CommonBlock2 [] =
82
const
M4OSA_UChar
CommonBlock3 [] =
88
const
M4OSA_UChar
CommonBlock4 [] =
93
const
M4OSA_UChar
CommonBlock5 [] =
104
const
M4OSA_UChar
CommonBlock6 [] =
110
const
M4OSA_UChar
CommonBlock7 [] =
115
const
M4OSA_UChar
CommonBlock7bis [] =
124
const
M4OSA_UChar
CommonBlock8 [] =
130
const
M4OSA_UChar
CommonBlock9 []
[
all
...]
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h
195
M4OSA_UChar
** Chunk;
221
M4OSA_UChar
* DSI; /* Decoder Specific Info: May be M4OSA_NULL
237
M4OSA_UChar
** Chunk;
270
M4OSA_UChar
* DSI; /* Decoder Specific Info: May be M4OSA_NULL
309
M4OSA_UChar
* embeddedString; /* 16 bytes string, default value
311
M4OSA_UChar
* integrationTag; /* 60 bytes string, memset to 0 if NULL */
M4MP4W_Utils.h
45
M4OSA_ERR M4MP4W_putByte(
M4OSA_UChar
c, M4OSA_FileWriterPointer* fileFunction,
59
M4OSA_ERR M4MP4W_putBlock(const
M4OSA_UChar
* Block, M4OSA_UInt32 size,
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_Types.h
48
typedef unsigned char
M4OSA_UChar
;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
156
static
M4OSA_UChar
Tab_MCS[8] =
[
all
...]
Completed in 42 milliseconds