Home | History | Annotate | Download | only in camera

Lines Matching refs:format

180 status_t ProCamera::createStream(int width, int height, int format,
188 format);
194 return createStream(width, height, format,
199 status_t ProCamera::createStream(int width, int height, int format,
206 format);
213 status_t stat = c->createStream(width, height, format, bufferProducer,
225 status_t ProCamera::createStreamCpu(int width, int height, int format,
230 return createStreamCpu(width, height, format, heapCount,
235 status_t ProCamera::createStreamCpu(int width, int height, int format,
243 format);
256 status_t s = createStream(width, height, format,
262 width, height, format);