Lines Matching refs:format
182 status_t ProCamera::createStream(int width, int height, int format,
190 format);
196 return createStream(width, height, format,
201 status_t ProCamera::createStream(int width, int height, int format,
208 format);
215 status_t stat = c->createStream(width, height, format, bufferProducer,
227 status_t ProCamera::createStreamCpu(int width, int height, int format,
232 return createStreamCpu(width, height, format, heapCount,
237 status_t ProCamera::createStreamCpu(int width, int height, int format,
245 format);
261 status_t s = createStream(width, height, format,
267 width, height, format);