Searched refs:profilelevel (Results 1 - 4 of 4) 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/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp1147 VideoParamsProfileLevel *profilelevel = local
1150 if (profilelevel->size != sizeof (VideoParamsProfileLevel)) {
1154 profilelevel->level = 0;
1155 if(queryProfileLevelConfig(mVADisplay, profilelevel->profile) == ENCODE_SUCCESS){
1156 profilelevel->isSupported = true;
1157 if(profilelevel->profile == VAProfileH264High)
1158 profilelevel->level = 42;
1159 else if(profilelevel->profile == VAProfileH264Main)
1160 profilelevel->level = 42;
1161 else if(profilelevel
[all...]
/hardware/qcom/media/msm8974/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;

Completed in 91 milliseconds