/third_party/ffmpeg/tests/api/ |
D | api-h264-test.c | 39 uint8_t *byte_buffer = NULL; in video_decode_example() local 105 byte_buffer = av_malloc(byte_buffer_size); in video_decode_example() 106 if (!byte_buffer) { in video_decode_example() 148 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode_example() 158 …number_of_written_bytes, av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes… in video_decode_example() 170 av_freep(&byte_buffer); in video_decode_example()
|
D | api-band-test.c | 72 uint8_t *byte_buffer = NULL; in video_decode() local 148 byte_buffer = av_malloc(byte_buffer_size); in video_decode() 149 if (!byte_buffer) { in video_decode() 192 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode() 203 if (av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes) != in video_decode() 217 av_freep(&byte_buffer); in video_decode()
|
D | api-seek-test.c | 82 uint8_t *byte_buffer; in compute_crc_of_packets() local 86 byte_buffer = av_malloc(byte_buffer_size); in compute_crc_of_packets() 87 if (!byte_buffer) { in compute_crc_of_packets() 138 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in compute_crc_of_packets() 147 crc = av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes); in compute_crc_of_packets() 162 av_freep(&byte_buffer); in compute_crc_of_packets()
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_writer.h | 60 ProtoBufferWriter(ByteBuffer* byte_buffer, int block_size, int total_size) in ProtoBufferWriter() argument 65 GPR_CODEGEN_ASSERT(!byte_buffer->Valid()); in ProtoBufferWriter() 69 byte_buffer->set_buffer(bp); in ProtoBufferWriter()
|
D | byte_buffer.h | 218 static Status Deserialize(ByteBuffer* byte_buffer, ByteBuffer* dest) { in Deserialize() argument 219 dest->set_buffer(byte_buffer->buffer_); in Deserialize()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
D | translate_test.c | 59 unsigned char* byte_buffer; in main() local 141 byte_buffer = align_malloc(buffer_size, 4096); in main() 159 byte_buffer[i] = rand() & 0x7f7f7f7f; in main() 268 buffer[0] = byte_buffer; in main()
|
/third_party/flutter/engine/flutter/lib/ui/window/ |
D | platform_message_response_dart.cc | 72 Dart_Handle byte_buffer = WrapByteData(std::move(data)); in Complete() local 73 tonic::DartInvoke(callback.Release(), {byte_buffer}); in Complete()
|
/third_party/grpc/include/grpc/ |
D | module.modulemap | 6 header "impl/codegen/byte_buffer.h" 34 header "byte_buffer.h"
|
/third_party/grpc/test/core/end2end/ |
D | cq_verifier.h | 60 int byte_buffer_eq_string(grpc_byte_buffer* byte_buffer, const char* string);
|
/third_party/libsnd/src/ |
D | alac.c | 64 uint8_t byte_buffer [ALAC_MAX_CHANNEL_COUNT * ALAC_BYTE_BUFFER_SIZE] ; member 418 if (packet_size > sizeof (plac->byte_buffer)) in alac_decode_block() 423 if ((packet_size != psf_fread (plac->byte_buffer, 1, packet_size, psf))) in alac_decode_block() 426 BitBufferInit (&bit_buffer, plac->byte_buffer, packet_size) ; in alac_decode_block() 443 alac_encode (penc, plac->partial_block_frames, plac->buffer, plac->byte_buffer, &num_bytes) ; in alac_encode_block() 445 if (fwrite (plac->byte_buffer, 1, num_bytes, plac->enctmp) != num_bytes) in alac_encode_block()
|
/third_party/ffmpeg/libavcodec/ |
D | internal.h | 165 uint8_t *byte_buffer; member
|
D | encode.c | 44 … av_fast_padded_malloc(&avctx->internal->byte_buffer, &avctx->internal->byte_buffer_size, size); in ff_alloc_packet2() 45 avpkt->data = avctx->internal->byte_buffer; in ff_alloc_packet2()
|
D | avcodec.c | 587 av_freep(&avctx->internal->byte_buffer); in avcodec_close()
|
D | mpegvideo_enc.c | 1910 av_assert0(s->pb.buf == avctx->internal->byte_buffer); in ff_mpv_encode_picture() 2921 && s->pb.buf == s->avctx->internal->byte_buffer) { in ff_mpv_reallocate_putbitbuffer() 2940 memcpy(new_buffer, s->avctx->internal->byte_buffer, s->avctx->internal->byte_buffer_size); in ff_mpv_reallocate_putbitbuffer() 2941 av_free(s->avctx->internal->byte_buffer); in ff_mpv_reallocate_putbitbuffer() 2942 s->avctx->internal->byte_buffer = new_buffer; in ff_mpv_reallocate_putbitbuffer()
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | NSData+GRPC.m | 21 #include <grpc/byte_buffer.h>
|
D | GRPCWrappedCall.m | 22 #include <grpc/byte_buffer.h>
|
/third_party/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 476 grpc_byte_buffer* byte_buffer = grpc_raw_byte_buffer_create(&slice, 1); in get_serialized_handshaker_req() local 478 return byte_buffer; in get_serialized_handshaker_req()
|
/third_party/grpc/ |
D | BUILD | 106 "include/grpc/byte_buffer.h", 210 "include/grpc++/support/byte_buffer.h", 267 "include/grpcpp/support/byte_buffer.h", 785 "src/core/lib/surface/byte_buffer.cc", 1207 "include/grpc/impl/codegen/byte_buffer.h", 2202 "include/grpc++/impl/codegen/byte_buffer.h", 2235 "include/grpcpp/impl/codegen/byte_buffer.h",
|
D | BUILD.gn | 60 "include/grpc/impl/codegen/byte_buffer.h", 197 "include/grpc/byte_buffer.h", 1108 "src/core/lib/surface/byte_buffer.cc", 1272 "include/grpc++/impl/codegen/byte_buffer.h", 1323 "include/grpc++/support/byte_buffer.h", 1350 "include/grpcpp/impl/codegen/byte_buffer.h", 1419 "include/grpcpp/support/byte_buffer.h",
|
D | CMakeLists.txt | 1278 include/grpc/impl/codegen/byte_buffer.h 1691 src/core/lib/surface/byte_buffer.cc 1803 include/grpc/byte_buffer.h 2321 src/core/lib/surface/byte_buffer.cc 2405 include/grpc/byte_buffer.h 2612 include/grpc++/impl/codegen/byte_buffer.h 2663 include/grpc++/support/byte_buffer.h 2696 include/grpcpp/impl/codegen/byte_buffer.h 2778 include/grpcpp/support/byte_buffer.h 3306 include/grpc++/impl/codegen/byte_buffer.h [all …]
|
D | gRPC-Core.podspec | 115 ss.source_files = 'include/grpc/byte_buffer.h', 128 'include/grpc/impl/codegen/byte_buffer.h', 923 'src/core/lib/surface/byte_buffer.cc',
|
D | config.m4 | 439 src/core/lib/surface/byte_buffer.cc \ 500 src/php/ext/grpc/byte_buffer.c \
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 110 void grpc_byte_buffer_destroy(grpc_byte_buffer *byte_buffer) nogil
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | dart_api.h | 2557 DART_EXPORT Dart_Handle Dart_GetDataFromByteBuffer(Dart_Handle byte_buffer);
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.c++.internal | 819 include/grpc++/impl/codegen/byte_buffer.h \ 870 include/grpc++/support/byte_buffer.h \ 880 include/grpc/byte_buffer.h \ 893 include/grpc/impl/codegen/byte_buffer.h \ 958 include/grpcpp/impl/codegen/byte_buffer.h \ 1040 include/grpcpp/support/byte_buffer.h \ 1802 src/core/lib/surface/byte_buffer.cc \
|