Home
last modified time | relevance | path

Searched refs:VAProfileH264High (Results 1 – 21 of 21) 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.c495 #define PROFILE_H264(profile) ((profile>=VAProfileH264Baseline && profile <=VAProfileH264High) || \
632 case VAProfileH264High: in psb_codedbuf_map_mangle()
749 case VAProfileH264High: in psb_codedbuf_map_mangle()
Dpnw_H264.c322 (profile == VAProfileH264High)) in pnw_H264_QueryConfigAttributes()
329 (profile == VAProfileH264High)) in pnw_H264_QueryConfigAttributes()
385 case VAProfileH264High: in psb__H264_check_legal_picture()
446 case VAProfileH264High: in pnw_H264_CreateContext()
Dpsb_drv_video.c178 profile_list[i++] = VAProfileH264High; in psb_QueryConfigProfiles()
429 profile = VAProfileH264High; in psb_CreateConfig()
519 profile == VAProfileH264High || in psb_CreateConfig()
1502 obj_config->profile == VAProfileH264High || in psb_CreateContext()
3448 driver_data->profile2Format[VAProfileH264High][VAEntrypointEncSlice] = &tng_H264ES_vtable;
3481 driver_data->profile2Format[VAProfileH264High][VAEntrypointVLD] = &pnw_H264_vtable;
3525 driver_data->profile2Format[VAProfileH264High][VAEntrypointVLD] = &pnw_H264_vtable;
Dtng_vld_dec.c173 case VAProfileH264High: in vld_dec_slice_parameter_size()
Dpnw_rotate.c400 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/libmix/mix_video/src/
Dmixvideoformat_h264.c315 if (profiles[vaprof] == VAProfileH264High) in mix_videofmt_h264_initialize()
319 …profs) || ((profiles[vaprof] != VAProfileH264Baseline) && (profiles[vaprof] != VAProfileH264High))) in mix_videofmt_h264_initialize()
356 if (profiles[vaprof] == VAProfileH264High) in mix_videofmt_h264_initialize()
359 if (vaprof >= numprofs || profiles[vaprof] != VAProfileH264High) in mix_videofmt_h264_initialize()
/hardware/intel/common/libva/va/
Dva_fool.c196 profile == VAProfileH264High || in va_FoolCreateConfig()
Dva.h329 VAProfileH264High = 7, enumerator
Dva_trace.c3074 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.cpp1157 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.cpp696 VAProfile vaProfile = VAProfileH264High; in startVA()
1009 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()