Searched refs:profilelevel (Results 1 - 4 of 4) sorted by relevance
/hardware/intel/common/wrs_omxil_core/core/src/ |
H A D | intel_m4v_config_parser.h | 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
|
H A D | intel_m4v_config_parser.cpp | 123 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 D | VideoEncoderBase.cpp | 1147 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 D | video_encoder_test.c | 233 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