Searched refs:profilelevel (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.h85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
H A Dintel_m4v_config_parser.cpp123 int32 profilelevel = 0; // dummy value discarded here local
124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
138 *profilelevel = 0x0000FFFF; // init to some invalid value. When this value is returned, then no profilelevel info is available
150 *profilelevel = (int) codeword;
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_m4v_config_parser.h99 int32 *profilelevel);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp1142 VideoParamsProfileLevel *profilelevel = local
1145 if (profilelevel->size != sizeof (VideoParamsProfileLevel)) {
1149 profilelevel->level = 0;
1150 if(queryProfileLevelConfig(mVADisplay, profilelevel->profile) == ENCODE_SUCCESS){
1151 profilelevel->isSupported = true;
1152 if(profilelevel->profile == VAProfileH264High)
1153 profilelevel->level = 42;
1154 else if(profilelevel->profile == VAProfileH264Main)
1155 profilelevel->level = 42;
1156 else if(profilelevel
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c233 struct ven_profilelevel profilelevel; local
295 ioctl_msg.in = &profilelevel;
297 profilelevel.level = VEN_LEVEL_H264_1p1;
319 ioctl_msg.in = &profilelevel;
321 profilelevel.level = VEN_LEVEL_H264_3p1;
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp118 int32 profilelevel = 0; // dummy value discarded here local
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
133 *profilelevel = 0x0000FFFF; // init to some invalid value. When this value is returned, then no profilelevel info is available
145 *profilelevel = (int) codeword;

Completed in 182 milliseconds