Searched refs:image_size (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp343 const int image_size = image_area*sizeof(int); local
345 char *zero_buffer = new char[image_size];
346 memset(zero_buffer, 0, image_size);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp353 const int image_size = image_area*sizeof(int); local
355 char *zero_buffer = new char[image_size];
356 memset(zero_buffer, 0, image_size);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
485 mBuffer = ByteBuffer.allocate(image_size);

Completed in 113 milliseconds