Home
last modified time | relevance | path

Searched refs:mAutoRefSurfaces (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp101 h263PictureParams.reference_picture = mAutoRefSurfaces[0]; in renderPictureParams()
102 h263PictureParams.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()
DVideoEncoderMP4.cpp189 mpeg4_pic_param.reference_picture = mAutoRefSurfaces[0]; in renderPictureParams()
190 mpeg4_pic_param.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()
DVideoEncoderBase.cpp44 ,mAutoRefSurfaces(NULL) in VideoEncoderBase()
246 mAutoRefSurfaces = new VASurfaceID [mAutoReferenceSurfaceNum]; in start()
248 mAutoRefSurfaces[i] = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
274 contextSurfaces[++index] = mAutoRefSurfaces[i]; in start()
618 if (mAutoRefSurfaces) { in stop()
619 delete[] mAutoRefSurfaces; in stop()
620 mAutoRefSurfaces = NULL; in stop()
DVideoEncoderVP8.cpp92 …memcpy(vp8SeqParam.reference_frames, mAutoRefSurfaces, sizeof(mAutoRefSurfaces) * mAutoReferenceSu… in renderSequenceParams()
DVideoEncoderBase.h140 VASurfaceID* mAutoRefSurfaces; variable
DVideoEncoderAVC.cpp1182 avcPicParams.ReferenceFrames[i].picture_id = mAutoRefSurfaces[i]; in renderPictureParams()