OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp4StreamType
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h
58
}
mp4StreamType
;
62
mp4StreamType
*pStream,
68
mp4StreamType
*pStream,
73
mp4StreamType
*pStream,
81
mp4StreamType
*pStream
85
OSCL_IMPORT_REF int16 iDecodeVOLHeader(
mp4StreamType
*psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
87
int16 DecodeUserData(
mp4StreamType
*pStream);
88
OSCL_IMPORT_REF int16 iDecodeShortHeader(
mp4StreamType
*psBits, int32 *width, int32 *height, int32 *, int32 *);
92
int16 DecodeSPS(
mp4StreamType
*psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
94
int32 DecodeHRD(
mp4StreamType
*psBits)
[
all
...]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h
69
}
mp4StreamType
;
73
mp4StreamType
*pStream,
79
mp4StreamType
*pStream,
84
mp4StreamType
*pStream,
90
mp4StreamType
*pStream
94
mp4StreamType
*psBits,
108
int16 DecodeUserData(
mp4StreamType
*pStream);
111
mp4StreamType
*psBits,
128
int16 DecodeSPS(
mp4StreamType
*psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
130
int32 DecodeHRD(
mp4StreamType
*psBits)
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h
127
}
mp4StreamType
;
167
int16 populateHeightNWidthFromShortHeader(
mp4StreamType
* psBits);
168
bool parseHeader(
mp4StreamType
* psBits);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h
127
}
mp4StreamType
;
164
int16 populateHeightNWidthFromShortHeader(
mp4StreamType
* psBits);
165
bool parseHeader(
mp4StreamType
* psBits);
Completed in 49 milliseconds