Home
last modified time | relevance | path

Searched refs:VAProfileH264Main (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/libva/test/vainfo/
Dvainfo.c49 case VAProfileH264Main: return "VAProfileH264Main"; in profile_string()
/hardware/intel/img/psb_video/src/
Dpsb_buffer.c627 case VAProfileH264Main: in psb_codedbuf_map_mangle()
744 case VAProfileH264Main: in psb_codedbuf_map_mangle()
Dpsb_drv_video.c173 profile_list[i++] = VAProfileH264Main; in psb_QueryConfigProfiles()
514 profile == VAProfileH264Main || in psb_CreateConfig()
3285 driver_data->profile2Format[VAProfileH264Main][VAEntrypointEncSlice] = &tng_H264ES_vtable;
3315 driver_data->profile2Format[VAProfileH264Main][VAEntrypointVLD] = &pnw_H264_vtable;
3343 driver_data->profile2Format[VAProfileH264Main][VAEntrypointEncSlice] = &pnw_H264ES_vtable;
3356 driver_data->profile2Format[VAProfileH264Main][VAEntrypointVLD] = &pnw_H264_vtable;
Dtng_vld_dec.c170 case VAProfileH264Main: in vld_dec_slice_parameter_size()
Dpnw_rotate.c385 case VAProfileH264Main: in psb_CheckInterlaceRotate()
Dpnw_H264.c383 case VAProfileH264Main: in psb__H264_check_legal_picture()
439 case VAProfileH264Main: in pnw_H264_CreateContext()
Dpnw_H264ES.c175 case VAProfileH264Main: in pnw_H264ES_CreateContext()
Dtng_H264ES.c77 case VAProfileH264Main: in tng__H264ES_init_profile()
/hardware/intel/common/libva/va/
Dva_fool.c195 profile == VAProfileH264Main || in va_FoolCreateConfig()
Dva.h328 VAProfileH264Main = 6, enumerator
Dva_trace.c3104 case VAProfileH264Main: in va_TraceRenderPicture()
/hardware/intel/common/libmix/videoencoder/
Dbitstream.h182 else if (profile == VAProfileH264Main) { in sps_rbsp()
DVideoEncoderAVC.cpp30 …}else if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264Main) == ENCODE_SUCCES… in VideoEncoderAVC()
31 mComParams.profile = VAProfileH264Main; in VideoEncoderAVC()
DVideoEncoderBase.cpp806 if(profile == VAProfileH264Main) //need to be fixed in queryProfileLevelConfig()
1154 else if(profilelevel->profile == VAProfileH264Main) in getParameters()
/hardware/intel/common/libva/test/encode/
Dh264encode.c304 else if (h264_profile == VAProfileH264Main) in sps_rbsp()
832 h264_profile = VAProfileH264Main; in process_cmdline()
919 …VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264C… in init_va()
972 case VAProfileH264Main: in init_va()
Davcenc.c887 else if (avcenc_context.profile == VAProfileH264Main) in sps_rbsp()
1497 avcenc_context.profile = VAProfileH264Main; in avcenc_context_init()
1504 case VAProfileH264Main: in avcenc_context_init()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp37 { OMX_VIDEO_AVCProfileMain, VAProfileH264Main, "AVC Main" },
86 …VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baselin… in OMXVideoEncoderAVC()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2594 else if (avcenc_context.profile == VAProfileH264Main) in sps_rbsp()
3058 avcenc_context.profile = VAProfileH264Main; in avcenc_context_init()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c168 case VAProfileH264Main: in lnc_H264ES_CreateContext()
Dpsb_H264.c360 case VAProfileH264Main: in psb__H264_check_legal_picture()
430 case VAProfileH264Main: in psb_H264_CreateContext()