Searched refs:VAProfileH264Main (Results 1 – 20 of 20) sorted by relevance
/hardware/intel/common/libva/test/vainfo/ |
D | vainfo.c | 49 case VAProfileH264Main: return "VAProfileH264Main"; in profile_string()
|
/hardware/intel/img/psb_video/src/ |
D | psb_buffer.c | 627 case VAProfileH264Main: in psb_codedbuf_map_mangle() 744 case VAProfileH264Main: in psb_codedbuf_map_mangle()
|
D | psb_drv_video.c | 173 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;
|
D | tng_vld_dec.c | 170 case VAProfileH264Main: in vld_dec_slice_parameter_size()
|
D | pnw_rotate.c | 385 case VAProfileH264Main: in psb_CheckInterlaceRotate()
|
D | pnw_H264.c | 383 case VAProfileH264Main: in psb__H264_check_legal_picture() 439 case VAProfileH264Main: in pnw_H264_CreateContext()
|
D | pnw_H264ES.c | 175 case VAProfileH264Main: in pnw_H264ES_CreateContext()
|
D | tng_H264ES.c | 77 case VAProfileH264Main: in tng__H264ES_init_profile()
|
/hardware/intel/common/libva/va/ |
D | va_fool.c | 195 profile == VAProfileH264Main || in va_FoolCreateConfig()
|
D | va.h | 328 VAProfileH264Main = 6, enumerator
|
D | va_trace.c | 3104 case VAProfileH264Main: in va_TraceRenderPicture()
|
/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 182 else if (profile == VAProfileH264Main) { in sps_rbsp()
|
D | VideoEncoderAVC.cpp | 30 …}else if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264Main) == ENCODE_SUCCES… in VideoEncoderAVC() 31 mComParams.profile = VAProfileH264Main; in VideoEncoderAVC()
|
D | VideoEncoderBase.cpp | 806 if(profile == VAProfileH264Main) //need to be fixed in queryProfileLevelConfig() 1154 else if(profilelevel->profile == VAProfileH264Main) in getParameters()
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 304 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()
|
D | avcenc.c | 887 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/ |
D | OMXVideoEncoderAVC.cpp | 37 { OMX_VIDEO_AVCProfileMain, VAProfileH264Main, "AVC Main" }, 86 …VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baselin… in OMXVideoEncoderAVC()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2594 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/ |
D | lnc_H264ES.c | 168 case VAProfileH264Main: in lnc_H264ES_CreateContext()
|
D | psb_H264.c | 360 case VAProfileH264Main: in psb__H264_check_legal_picture() 430 case VAProfileH264Main: in psb_H264_CreateContext()
|