Searched refs:mpeg4_pic_param (Results 1 – 1 of 1) sorted by relevance
182 VAEncPictureParameterBufferMPEG4 mpeg4_pic_param = VAEncPictureParameterBufferMPEG4(); in renderPictureParams() local186 mpeg4_pic_param.reference_picture = task->ref_surface; in renderPictureParams()187 mpeg4_pic_param.reconstructed_picture = task->rec_surface; in renderPictureParams()189 mpeg4_pic_param.reference_picture = mAutoRefSurfaces[0]; in renderPictureParams()190 mpeg4_pic_param.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()193 mpeg4_pic_param.coded_buf = task->coded_buffer; in renderPictureParams()194 mpeg4_pic_param.picture_width = mComParams.resolution.width; in renderPictureParams()195 mpeg4_pic_param.picture_height = mComParams.resolution.height; in renderPictureParams()196 mpeg4_pic_param.vop_time_increment= mFrameNum; in renderPictureParams()197 …mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypeP… in renderPictureParams()[all …]