Searched refs:jpegPath (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp908 String8 jpegPath; local
909 jpegPath = jpegPath.format(QCAMERA_DUMP_FRM_LOCATION"img_%d.jpg",
914 saveFile(dataPtr, jpegPath);
980 wStream = new SkFILEWStream(jpegPath.string());
989 if (encodeJPEG(wStream, skBMDec, jpegPath) != false) {
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp908 String8 jpegPath; local
909 jpegPath = jpegPath.format(QCAMERA_DUMP_FRM_LOCATION"img_%d.jpg",
914 saveFile(dataPtr, jpegPath);
980 wStream = new SkFILEWStream(jpegPath.string());
989 if (encodeJPEG(wStream, skBMDec, jpegPath) != false) {

Completed in 32 milliseconds