Searched refs:popFrame (Results 1 – 1 of 1) sorted by relevance
2528 sptr<FrameRecord> popFrame = recorderBufferQueue_.Front(); in ClearCache() local2530 (long long unsigned)popFrame->GetTimeStamp(), (long long unsigned)timestamp); in ClearCache()2531 if (popFrame->GetTimeStamp() > shutterTime_) { in ClearCache()2537 popFrame->ReleaseSurfaceBuffer(movingPhotoSurfaceWrapper_); in ClearCache()2562 sptr<FrameRecord> popFrame = recorderBufferQueue_.Pop(); in OnBufferArrival() local2563 popFrame->ReleaseSurfaceBuffer(movingPhotoSurfaceWrapper_); in OnBufferArrival()2564 popFrame->ReleaseMetaBuffer(metaSurface_, true); in OnBufferArrival()2566 popFrame->GetFrameId().c_str(), popFrame->GetSptrRefCount()); in OnBufferArrival()