Lines Matching refs:CameraContext

84 int CameraContext::JpegIdx = 0;
85 int CameraContext::mPiPIdx = 0;
86 const char CameraContext::KEY_ZSL[] = "zsl";
98 void CameraContext::previewCallback(const sp<IMemory>& mem) in previewCallback()
128 void CameraContext::useLock() in useLock()
146 void CameraContext::signalFinished() in signalFinished()
166 status_t CameraContext::saveFile(const sp<IMemory>& mem, String8 path) in saveFile()
222 SkBitmap * CameraContext::PiPCopyToOneFile( in PiPCopyToOneFile()
285 status_t CameraContext::decodeJPEG(const sp<IMemory>& mem, SkBitmap *skBM) in decodeJPEG()
417 status_t CameraContext::encodeJPEG(SkWStream * stream, in encodeJPEG()
533 status_t CameraContext::ReadSectionsFromBuffer (unsigned char *buffer, in ReadSectionsFromBuffer()
750 void CameraContext::CheckSectionsAllocated(void) in CheckSectionsAllocated()
776 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection()
798 void CameraContext::DiscardData() in DiscardData()
818 void CameraContext::DiscardSections() in DiscardSections()
837 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
880 void CameraContext::postData(int32_t msgType, in postData()
1025 void CameraContext::postDataTimestamp(nsecs_t timestamp, in postDataTimestamp()
1045 void CameraContext::dataCallbackTimestamp(nsecs_t timestamp, in dataCallbackTimestamp()
1349 size_t CameraContext::calcBufferSize(int width, int height) in calcBufferSize()
1380 size_t CameraContext::calcStride(int width) in calcStride()
1402 size_t CameraContext::calcYScanLines(int height) in calcYScanLines()
1424 size_t CameraContext::calcUVScanLines(int height) in calcUVScanLines()
1445 void CameraContext::printSupportedParams() in printSupportedParams()
1514 status_t CameraContext::createPreviewSurface(int width, int height, int32_t pixFormat) in createPreviewSurface()
1592 status_t CameraContext::destroyPreviewSurface() in destroyPreviewSurface()
1620 CameraContext::CameraContext(int cameraIndex) : in CameraContext() function in qcamera::CameraContext
1656 void CameraContext::setTestCtxInstance(TestContext *instance) in setTestCtxInstance()
1685 CameraContext::~CameraContext() in ~CameraContext()
1702 status_t CameraContext::openCamera() in openCamera()
1752 ZSLStr = mParams.get(CameraContext::KEY_ZSL); in openCamera()
1780 IBinder* CameraContext::onAsBinder() { in onAsBinder()
1793 int CameraContext::getNumberOfCameras() in getNumberOfCameras()
1815 status_t CameraContext::closeCamera() in closeCamera()
1849 status_t CameraContext::startPreview() in startPreview()
1967 Size CameraContext::getPreviewSizeFromVideoSizes(Size currentVideoSize) in getPreviewSizeFromVideoSizes()
2049 status_t CameraContext::autoFocus() in autoFocus()
2073 status_t CameraContext::enablePreviewCallbacks() in enablePreviewCallbacks()
2096 status_t CameraContext::takePicture() in takePicture()
2125 status_t CameraContext::configureRecorder() in configureRecorder()
2226 status_t CameraContext::unconfigureRecorder() in unconfigureRecorder()
2252 status_t CameraContext::configureViVRecording() in configureViVRecording()
2277 status_t CameraContext::startRecording() in startRecording()
2316 status_t CameraContext::stopRecording() in stopRecording()
2345 status_t CameraContext::startViVRecording() in startViVRecording()
2393 status_t CameraContext::stopViVRecording() in stopViVRecording()
2415 status_t CameraContext::stopPreview() in stopPreview()
2444 status_t CameraContext::resumePreview() in resumePreview()
2471 status_t CameraContext::nextPreviewSize() in nextPreviewSize()
2508 status_t CameraContext::setPreviewSize(const char *format) in setPreviewSize()
2562 status_t CameraContext::getCurrentPreviewSize(Size &previewSize) in getCurrentPreviewSize()
2583 status_t CameraContext::nextPictureSize() in nextPictureSize()
2610 status_t CameraContext::setPictureSize(const char *format) in setPictureSize()
2655 status_t CameraContext::nextVideoSize() in nextVideoSize()
2684 status_t CameraContext::setVideoSize(const char *format) in setVideoSize()
2730 status_t CameraContext::getCurrentVideoSize(Size &videoSize) in getCurrentVideoSize()
2752 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize()
2776 void CameraContext::printMenu(sp<CameraContext> currentCamera) in printMenu()
2780 const char *zsl_mode = mParams.get(CameraContext::KEY_ZSL); in printMenu()
2854 void CameraContext::enablePrintPreview() in enablePrintPreview()
2868 void CameraContext::disablePrintPreview() in disablePrintPreview()
2882 void CameraContext::enablePiPCapture() in enablePiPCapture()
2896 void CameraContext::disablePiPCapture() in disablePiPCapture()
2910 const char *CameraContext::getZSL() in getZSL()
2912 return mParams.get(CameraContext::KEY_ZSL); in getZSL()
2924 void CameraContext::setZSL(const char *value) in setZSL()
2926 mParams.set(CameraContext::KEY_ZSL, value); in setZSL()
3209 sp<CameraContext> currentCamera) in getCommand()
3249 camera[i] = new CameraContext(i); in TestContext()
3381 sp<CameraContext> currentCamera = in FunctionalTest()