Home
last modified time | relevance | path

Searched defs:num_bytes (Results 26 - 50 of 93) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c47 nvc0_decoder_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *video_target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *data, const unsigned *num_bytes) nvc0_decoder_decode_bitstream() argument
H A Dnvc0_video_bsp.c52 nvc0_decoder_bsp_next(struct nouveau_vp3_decoder *dec, unsigned comm_seq, unsigned num_buffers, const void *const *data, const unsigned *num_bytes) nvc0_decoder_bsp_next() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_composite_inc.h93 StitchToPreviousBlock( HashComposite* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
H A Dbackward_references_inc.h10 CreateBackwardReferences( size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) CreateBackwardReferences() argument
H A Dhash_longest_match_quickly_inc.h118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
H A Dhash_rolling_inc.h118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
H A Dhash_longest_match64_inc.h131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_writer.cc23 int num_bytes; in AddFileContentToZip() local
H A Dzip_reader.cc72 bool StringWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() argument
462 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() argument
492 WriteBytes(const char* data, int num_bytes) WriteBytes() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dcafdec.c44 int64_t num_bytes; ///< total number of bytes in stream member
/third_party/backends/backend/
H A Dv4l.h91 size_t num_bytes; /* # of bytes read so far */ member
H A Dqcam.h143 size_t num_bytes; /* # of bytes to read */ member
177 size_t num_bytes; /* # of bytes read so far */ member
/third_party/mbedtls/library/
H A Doid.c1010 size_t num_bytes = 0; in oid_subidentifier_num_bytes() local
1024 size_t num_bytes = oid_subidentifier_num_bytes(value); in oid_subidentifier_encode_into() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c36 static double get_MBps_rate(unsigned num_bytes, unsigned ns) in get_MBps_rate() argument
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() argument
H A Dzip_reader.cc608 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() argument
/third_party/node/deps/zlib/google/
H A Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() argument
H A Dzip_reader.cc650 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() argument
/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
H A Dhash_longest_match_quickly_inc.h118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
H A Dhash_rolling_inc.h118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
H A Dhash_to_binary_tree_inc.h297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat.h46 explicit Segment(uint32_t num_bytes) in Segment() argument
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
H A Dmain.cpp358 int num_bytes = 0; in GetAssetData() local
/third_party/vixl/src/
H A Dpool-manager-impl.h39 Emit(MacroAssemblerInterface* masm, T pc, int num_bytes, ForwardReference<T>* new_reference, LocationBase<T>* new_object, EmitOption option) Emit() argument
128 ShouldSkipObject(PoolObject<T>* pool_object, T pc, int num_bytes, ForwardReference<T>* new_reference, LocationBase<T>* new_object, PoolObject<T>* existing_object) const ShouldSkipObject() argument
190 MustEmit(T pc, int num_bytes, ForwardReference<T>* reference, LocationBase<T>* label_base) const MustEmit() argument

Completed in 16 milliseconds

1234