Searched refs:VAProfileH264High (Results 1 – 21 of 21) sorted by relevance
/hardware/intel/common/libva/test/vainfo/ |
D | vainfo.c | 50 case VAProfileH264High: return "VAProfileH264High"; in profile_string()
|
/hardware/intel/img/psb_video/src/ |
D | psb_buffer.c | 495 #define PROFILE_H264(profile) ((profile>=VAProfileH264Baseline && profile <=VAProfileH264High) || \ 632 case VAProfileH264High: in psb_codedbuf_map_mangle() 749 case VAProfileH264High: in psb_codedbuf_map_mangle()
|
D | pnw_H264.c | 322 (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()
|
D | psb_drv_video.c | 178 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;
|
D | tng_vld_dec.c | 173 case VAProfileH264High: in vld_dec_slice_parameter_size()
|
D | pnw_rotate.c | 400 case VAProfileH264High: in psb_CheckInterlaceRotate()
|
D | tng_H264ES.c | 80 case VAProfileH264High: in tng__H264ES_init_profile()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderPAVC.cpp | 91 p->profile = VAProfileH264High; in PrepareConfigBuffer()
|
D | OMXVideoEncoderAVC.cpp | 38 { OMX_VIDEO_AVCProfileHigh, VAProfileH264High, "AVC High" }, 86 …VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baselin… in OMXVideoEncoderAVC()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformat_h264.c | 315 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/ |
D | va_fool.c | 196 profile == VAProfileH264High || in va_FoolCreateConfig()
|
D | va.h | 329 VAProfileH264High = 7, enumerator
|
D | va_trace.c | 3074 case VAProfileH264High: in va_TraceRenderPicture()
|
/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 178 if (profile == VAProfileH264High) { in sps_rbsp()
|
D | VideoEncoderAVC.cpp | 27 if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264High) == ENCODE_SUCCESS){ in VideoEncoderAVC() 28 mComParams.profile = VAProfileH264High; in VideoEncoderAVC()
|
D | VideoEncoderBase.cpp | 1157 if(profilelevel->profile == VAProfileH264High) in getParameters()
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 302 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()
|
D | avcenc.c | 885 if (avcenc_context.profile == VAProfileH264High) in sps_rbsp() 1508 case VAProfileH264High: in avcenc_context_init()
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 696 VAProfile vaProfile = VAProfileH264High; in startVA() 1009 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileH264High, in checkHardwareCapability()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_H264.c | 361 case VAProfileH264High: in psb__H264_check_legal_picture() 435 case VAProfileH264High: in psb_H264_CreateContext()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2592 if (avcenc_context.profile == VAProfileH264High) in sps_rbsp()
|