OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:calculateBufferSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java
186
private static int
calculateBufferSize
(int width, int height,
190
Log.v(TAG, "
calculateBufferSize
: w=" + width + ",h=" + height
207
Log.v(TAG, "
calculateBufferSize
: YV12 size= " + size);
230
if (
calculateBufferSize
(size.width, size.height,
[
all
...]
Completed in 57 milliseconds