Loading services/camera/libcameraservice/api2/HeicCompositeStream.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,8 @@ void HeicCompositeStream::compilePendingInputLocked() { // to look up timestamp. int64_t bufferTime = -1; if (mCodecOutputBufferTimestamps.empty()) { ALOGE("%s: Failed to find buffer timestamp for codec output buffer!", __FUNCTION__); ALOGV("%s: Failed to find buffer timestamp for codec output buffer!", __FUNCTION__); break; } else { // Direct mapping between camera timestamp (in ns) and codec timestamp (in us). bufferTime = mCodecOutputBufferTimestamps.front(); Loading Loading
services/camera/libcameraservice/api2/HeicCompositeStream.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,8 @@ void HeicCompositeStream::compilePendingInputLocked() { // to look up timestamp. int64_t bufferTime = -1; if (mCodecOutputBufferTimestamps.empty()) { ALOGE("%s: Failed to find buffer timestamp for codec output buffer!", __FUNCTION__); ALOGV("%s: Failed to find buffer timestamp for codec output buffer!", __FUNCTION__); break; } else { // Direct mapping between camera timestamp (in ns) and codec timestamp (in us). bufferTime = mCodecOutputBufferTimestamps.front(); Loading