HomeSort by relevance Sort by last modified time
    Searched refs:VAProfileH264High (Results 1 - 23 of 23) sorted by null

  /hardware/intel/common/libva/test/vainfo/
vainfo.c 50 case VAProfileH264High: return "VAProfileH264High";
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.cpp 91 p->profile = VAProfileH264High;
OMXVideoEncoderAVC.cpp 38 { OMX_VIDEO_AVCProfileHigh, VAProfileH264High, "AVC High" },
86 VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baseline};
    [all...]
  /hardware/intel/img/psb_video/src/
psb_buffer.c 495 #define PROFILE_H264(profile) ((profile>=VAProfileH264Baseline && profile <=VAProfileH264High) || \
632 case VAProfileH264High:
749 case VAProfileH264High:
psb_drv_video.c 178 profile_list[i++] = VAProfileH264High;
426 /* force profile to VAProfileH264High */
428 drv_debug_msg(VIDEO_DEBUG_INIT, "disabled error concealment by setting profile to VAProfileH264High\n");
429 profile = VAProfileH264High;
519 profile == VAProfileH264High ||
    [all...]
pnw_H264.c 322 (profile == VAProfileH264High))
329 (profile == VAProfileH264High))
385 case VAProfileH264High:
446 case VAProfileH264High:
    [all...]
pnw_rotate.c 400 case VAProfileH264High:
tng_vld_dec.c 173 case VAProfileH264High:
tng_H264ES.c 80 case VAProfileH264High:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 149 return VAProfileH264High;
191 case VAProfileH264High:
  /hardware/intel/common/libva/va/
va_fool.c 196 profile == VAProfileH264High ||
va.h 329 VAProfileH264High = 7,
    [all...]
va_trace.c     [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 315 if (profiles[vaprof] == VAProfileH264High)
319 if ((vaprof >= numprofs) || ((profiles[vaprof] != VAProfileH264Baseline) && (profiles[vaprof] != VAProfileH264High)))
356 if (profiles[vaprof] == VAProfileH264High)
359 if (vaprof >= numprofs || profiles[vaprof] != VAProfileH264High)
    [all...]
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 178 if (profile == VAProfileH264High) {
VideoEncoderAVC.cpp 27 if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264High) == ENCODE_SUCCESS){
28 mComParams.profile = VAProfileH264High;
    [all...]
VideoEncoderBase.cpp     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 302 if (h264_profile == VAProfileH264High)
834 h264_profile = VAProfileH264High;
919 VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264ConstrainedBaseline};
    [all...]
avcenc.c 885 if (avcenc_context.profile == VAProfileH264High)
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 696 VAProfile vaProfile = VAProfileH264High;
    [all...]
  /external/libvncserver/libvncclient/
h264.c 222 /* Change VAProfileH264High if needed */
223 VAProfile profile = VAProfileH264High;
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 361 case VAProfileH264High:
435 case VAProfileH264High:
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 138 milliseconds