Home
last modified time | relevance | path

Searched defs:byte_data (Results 1 – 5 of 5) sorted by relevance

/external/image_io/src/base/
Dbyte_buffer.cc14 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes()
44 for (const auto& byte_data : byte_data_vector) { in ByteBuffer() local
55 for (const auto& byte_data : byte_data_vector) { in ByteBuffer() local
/external/image_io/includes/image_io/jpeg/
Djpeg_segment_builder.h37 void AddByteData(const ByteData& byte_data) { in AddByteData()
/external/tensorflow/tensorflow/security/fuzzing/
Darg_def_case_fuzz.cc26 uint8_t *byte_data = const_cast<uint8_t *>(data); in LLVMFuzzerTestOneInput() local
/external/sfntly/cpp/src/test/
Dtest_font_utils.cc99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump()
/external/webrtc/rtc_base/third_party/base64/
Dbase64.cc101 const unsigned char* byte_data = static_cast<const unsigned char*>(data); in EncodeFromArray() local