Home
last modified time | relevance | path

Searched defs:bufferSizes (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java386 int[] bufferSizes = {128, 256, length / 2, length - 1, length, length + 1, in testNewOutput_ArrayWrite() local
409 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_WriteChar() local
429 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_Mixed() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java426 int[] bufferSizes = {128, 256, length / 2, length - 1, length, length + 1, in testNewOutput_ArrayWrite() local
449 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_WriteChar() local
469 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_Mixed() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2827 std::vector<uint32_t> bufferSizes(config.num_streams, 0); in configureStreamsLocked() local
4172 camera3_stream_configuration *config, const std::vector<uint32_t>& bufferSizes) { in configureStreams()