Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/vainfo/
Dvainfo.c50 case VAProfileH264High: return "VAProfileH264High"; in profile_string()
/hardware/intel/img/psb_video/src/
Dpsb_buffer.c491 #define PROFILE_H264(profile) ((profile>=VAProfileH264Baseline && profile <=VAProfileH264High) || \
628 case VAProfileH264High: in psb_codedbuf_map_mangle()
745 case VAProfileH264High: in psb_codedbuf_map_mangle()
Dpnw_H264.c321 (profile == VAProfileH264High)) in pnw_H264_QueryConfigAttributes()
328 (profile == VAProfileH264High)) in pnw_H264_QueryConfigAttributes()
384 case VAProfileH264High: in psb__H264_check_legal_picture()
444 case VAProfileH264High: in pnw_H264_CreateContext()
Dpsb_drv_video.c174 profile_list[i++] = VAProfileH264High; in psb_QueryConfigProfiles()
425 profile = VAProfileH264High; in psb_CreateConfig()
515 profile == VAProfileH264High || in psb_CreateConfig()
3286 driver_data->profile2Format[VAProfileH264High][VAEntrypointEncSlice] = &tng_H264ES_vtable;
3316 driver_data->profile2Format[VAProfileH264High][VAEntrypointVLD] = &pnw_H264_vtable;
3357 driver_data->profile2Format[VAProfileH264High][VAEntrypointVLD] = &pnw_H264_vtable;
Dtng_vld_dec.c171 case VAProfileH264High: in vld_dec_slice_parameter_size()
Dpnw_rotate.c386 case VAProfileH264High: in psb_CheckInterlaceRotate()
Dtng_H264ES.c80 case VAProfileH264High: in tng__H264ES_init_profile()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderPAVC.cpp91 p->profile = VAProfileH264High; in PrepareConfigBuffer()
DOMXVideoEncoderAVC.cpp38 { OMX_VIDEO_AVCProfileHigh, VAProfileH264High, "AVC High" },
86 …VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baselin… in OMXVideoEncoderAVC()
/hardware/intel/common/libva/va/
Dva_fool.c196 profile == VAProfileH264High || in va_FoolCreateConfig()
Dva.h329 VAProfileH264High = 7, enumerator
Dva_trace.c3105 case VAProfileH264High: in va_TraceRenderPicture()
/hardware/intel/common/libmix/videoencoder/
Dbitstream.h178 if (profile == VAProfileH264High) { in sps_rbsp()
DVideoEncoderAVC.cpp27 if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264High) == ENCODE_SUCCESS){ in VideoEncoderAVC()
28 mComParams.profile = VAProfileH264High; in VideoEncoderAVC()
DVideoEncoderBase.cpp1152 if(profilelevel->profile == VAProfileH264High) in getParameters()
/hardware/intel/common/libva/test/encode/
Dh264encode.c302 if (h264_profile == VAProfileH264High) in sps_rbsp()
834 h264_profile = VAProfileH264High; in process_cmdline()
919 …VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264C… in init_va()
977 case VAProfileH264High: in init_va()
Davcenc.c885 if (avcenc_context.profile == VAProfileH264High) in sps_rbsp()
1508 case VAProfileH264High: in avcenc_context_init()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp675 VAProfile vaProfile = VAProfileH264High; in startVA()
939 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileH264High, in checkHardwareCapability()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c361 case VAProfileH264High: in psb__H264_check_legal_picture()
435 case VAProfileH264High: in psb_H264_CreateContext()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2592 if (avcenc_context.profile == VAProfileH264High) in sps_rbsp()