Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp235 uint32_t outputFourcc = V3_4::implementation::getFourCcFromLayout(outLayout); in threadLoop() local
237 outputFourcc & 0xFF, in threadLoop()
238 (outputFourcc >> 8) & 0xFF, in threadLoop()
239 (outputFourcc >> 16) & 0xFF, in threadLoop()
240 (outputFourcc >> 24) & 0xFF); in threadLoop()
256 … ret = V3_4::implementation::formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1551 uint32_t outputFourcc = getFourCcFromLayout(outLayout); in threadLoop() local
1553 outputFourcc & 0xFF, in threadLoop()
1554 (outputFourcc >> 8) & 0xFF, in threadLoop()
1555 (outputFourcc >> 16) & 0xFF, in threadLoop()
1556 (outputFourcc >> 24) & 0xFF); in threadLoop()
1572 ret = formatConvert(cropAndScaled, outLayout, sz, outputFourcc); in threadLoop()