Searched refs:finalFormat (Results 1 – 2 of 2) sorted by relevance
509 int finalFormat = stream.format; in registerStreamBuffers() local511 if (finalFormat == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in registerStreamBuffers()512 finalFormat = HAL_PIXEL_FORMAT_RGBA_8888; in registerStreamBuffers()516 __FUNCTION__, stream_id, finalFormat, stream.format); in registerStreamBuffers()518 stream.format = finalFormat; in registerStreamBuffers()
520 int finalFormat = stream.format; in registerStreamBuffers() local522 if (finalFormat == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in registerStreamBuffers()523 finalFormat = HAL_PIXEL_FORMAT_RGBA_8888; in registerStreamBuffers()527 stream_id, finalFormat, stream.format); in registerStreamBuffers()529 stream.format = finalFormat; in registerStreamBuffers()