Home
last modified time | relevance | path

Searched refs:outputFourcc (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp511 uint32_t outputFourcc = getFourCcFromLayout(outLayout); in threadLoop() local
512 ALOGV("%s: converting to format %c%c%c%c", __FUNCTION__, outputFourcc & 0xFF, in threadLoop()
513 (outputFourcc >> 8) & 0xFF, (outputFourcc >> 16) & 0xFF, in threadLoop()
514 (outputFourcc >> 24) & 0xFF); in threadLoop()
528 ret = formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()
DExternalCameraDeviceSession.cpp2908 uint32_t outputFourcc = getFourCcFromLayout(outLayout); in threadLoop() local
2909 ALOGV("%s: converting to format %c%c%c%c", __FUNCTION__, outputFourcc & 0xFF, in threadLoop()
2910 (outputFourcc >> 8) & 0xFF, (outputFourcc >> 16) & 0xFF, in threadLoop()
2911 (outputFourcc >> 24) & 0xFF); in threadLoop()
2925 ret = formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp244 uint32_t outputFourcc = V3_4::implementation::getFourCcFromLayout(outLayout); in threadLoop() local
246 outputFourcc & 0xFF, in threadLoop()
247 (outputFourcc >> 8) & 0xFF, in threadLoop()
248 (outputFourcc >> 16) & 0xFF, in threadLoop()
249 (outputFourcc >> 24) & 0xFF); in threadLoop()
265 … ret = V3_4::implementation::formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1596 uint32_t outputFourcc = getFourCcFromLayout(outLayout); in threadLoop() local
1598 outputFourcc & 0xFF, in threadLoop()
1599 (outputFourcc >> 8) & 0xFF, in threadLoop()
1600 (outputFourcc >> 16) & 0xFF, in threadLoop()
1601 (outputFourcc >> 24) & 0xFF); in threadLoop()
1617 ret = formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()