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

  /hardware/intel/common/libva/va/
va_enc_vp8.h 197 unsigned int refresh_alternate_frame : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon47585::__anon47586
va_trace.c     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 53 mVideoConfigVP8ReferenceFrame.refresh_alternate_frame = 1;
128 vp8PicParam.pic_flags.bits.refresh_alternate_frame = mVideoConfigVP8ReferenceFrame.refresh_alternate_frame;
VideoEncoderDef.h 699 uint32_t refresh_alternate_frame; member in struct:VideoConfigVP8ReferenceFrame
  /external/v4l2_codec2/vda/
vp8_decoder.cc 132 if (curr_frame_hdr_->refresh_alternate_frame) {
vp8_parser.h 129 bool refresh_alternate_frame; member in struct:media::Vp8FrameHeader
vp8_parser.cc 167 BD_READ_BOOL_OR_RETURN(&fhdr->refresh_alternate_frame);
176 if (!fhdr->refresh_alternate_frame) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 288 configVP8ReferenceFrame.refresh_alternate_frame = p->bAlternateFrameRefresh;
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 448 flags.bits.no_upd_arf = !va_pic->pic_flags.bits.refresh_alternate_frame;
    [all...]

Completed in 302 milliseconds