Searched defs:Frame (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/
H A DQualcommCameraHardware.cpp3244 ALOGE("Could not find the Frame");
3247 // to be cancelled. Frame thread has still not exited. In preview thread
5883 ALOGI("takePicture: Frame given to application, waiting for encode call");
9846 status_t QualcommCameraHardware::getBufferInfo(sp<IMemory>& Frame, size_t *alignedSize) { argument
9853 Frame = mRecordHeap->mBuffers[0];
9864 Frame = NULL;
9870 // Frame = mPreviewHeap->mBuffers[0];
9881 Frame = NULL;

Completed in 52 milliseconds