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

  /hardware/intel/common/libva/va/
va_dec_vp9.h 98 uint32_t intra_only : 1; member in struct:_VADecPictureParameterBufferVP9::__anon42390::__anon42391
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 165 uint8_t intra_only; member in struct:VP9Common
337 return cm->frame_type == KEY_FRAME || cm->intra_only;
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 968 fhdr->intra_only = reader_.ReadBool();
973 if (fhdr->intra_only) {
vp9_parser.h 220 bool intra_only; member in struct:media::Vp9FrameHeader
vp9_parser.cc 33 return !show_existing_frame && (frame_type == KEYFRAME || intra_only);
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_svc_layercontext.c 774 if (cpi->svc.encode_intra_empty_frame != 0) cpi->common.intra_only = 1;
    [all...]
vp9_encoder.c 650 // frames where the error_resilient_mode or intra_only flag is set. For
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 406 (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME))
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 320 milliseconds