HomeSort by relevance Sort by last modified time
    Searched refs:Buffers (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /device/generic/goldfish/camera/
EmulatedQemuCamera3.cpp 384 // Always update usage and max buffers.
748 ALOGE("%s: Request %d: No output buffers provided!",
754 * Validate all buffers, starting with input buffer if it's given.
870 Buffers *sensorBuffers = new Buffers();
871 HalBufferVector *buffers = new HalBufferVector(); local
874 buffers->setCapacity(request->num_output_buffers);
877 * Process all the buffers we got for output, constructing internal buffer
    [all...]
EmulatedFakeCamera3.cpp 347 // Always update usage and max buffers
810 ALOGE("%s: Request %d: No output buffers provided!",
815 // Validate all buffers, starting with input buffer if it's given
902 Buffers *sensorBuffers = new Buffers();
903 HalBufferVector *buffers = new HalBufferVector(); local
906 buffers->setCapacity(request->num_output_buffers);
908 // Process all the buffers we got for output, constructing internal buffer
    [all...]
  /external/golang-protobuf/proto/
pointer_reflect.go 1 // Go support for Protocol Buffers - Google's data interchange format
text_parser_test.go 1 // Go support for Protocol Buffers - Google's data interchange format
extensions.go 1 // Go support for Protocol Buffers - Google's data interchange format
extensions_test.go 1 // Go support for Protocol Buffers - Google's data interchange format
text.go 1 // Go support for Protocol Buffers - Google's data interchange format
512 // that can occur in protocol buffers.
text_parser.go 1 // Go support for Protocol Buffers - Google's data interchange format
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 1 // Go support for Protocol Buffers - Google's data interchange format
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
FileDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
MessageDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
CodedInputStreamTest.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/js/binary/
arith.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
encoder.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
48 * https://developers.google.com/protocol-buffers/docs/encoding.
proto_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
utils_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 128 // ClearBufs clears all pointers to Buffers parameter captured
139 o.msg.Buffers = &o.buf
508 // Note: syscall.ReadConsole fails for very large buffers.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 128 // ClearBufs clears all pointers to Buffers parameter captured
139 o.msg.Buffers = &o.buf
508 // Note: syscall.ReadConsole fails for very large buffers.
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp 326 // Always update usage and max buffers
759 ALOGE("%s: Request %d: No output buffers provided!", __FUNCTION__,
764 // Validate all buffers, starting with input buffer if it's given
854 Buffers *sensorBuffers = new Buffers();
855 HalBufferVector *buffers = new HalBufferVector(); local
858 buffers->setCapacity(request->num_output_buffers);
860 // Process all the buffers we got for output, constructing internal buffer
916 // Either waiting or locking failed. Unlock locked buffers and bail
923 delete buffers;
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c 242 * The difference is because GL_OES_mapbuffer only supports mapping buffers
    [all...]
mtypes.h 128 /* the four standard color buffers */
465 * requires all draw buffers to match, so we only need a single value.
899 * with extra fields for memory buffers, etc.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /prebuilts/go/darwin-x86/src/net/
tcpsock_test.go 701 n64, err = (&Buffers{buf}).WriteTo(c)

Completed in 679 milliseconds

1 2 3 4 5 67 8 9