Searched refs:data_bytes (Results 1 – 7 of 7) sorted by relevance
/hardware/google/apf/ |
D | apf_counter_decoder.py | 62 data_bytes = bytes.fromhex(data_hexstring) 63 data_bytes_len = len(data_bytes) 65 cnt = int.from_bytes(data_bytes[data_bytes_len - 4 * (i + 1) :
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | ring_buffer.c | 83 const uint8_t* data_bytes = (const uint8_t*)data; in ring_buffer_write() local 100 data_bytes + i * step_size, in ring_buffer_write() 104 data_bytes + i * step_size + available_at_end, in ring_buffer_write() 109 data_bytes + i * step_size, in ring_buffer_write() 122 uint8_t* data_bytes = (uint8_t*)data; in ring_buffer_read() local 138 data_bytes + i * step_size, in ring_buffer_read() 142 data_bytes + i * step_size + available_at_end, in ring_buffer_read() 147 data_bytes + i * step_size, in ring_buffer_read() 331 uint8_t* data_bytes = (uint8_t*)data; in ring_buffer_view_write() local 348 data_bytes + i * step_size, in ring_buffer_view_write() [all …]
|
/hardware/google/aemu/base/ |
D | ring_buffer.cpp | 69 const uint8_t* data_bytes = (const uint8_t*)data; in ring_buffer_write() local 86 data_bytes + i * step_size, in ring_buffer_write() 90 data_bytes + i * step_size + available_at_end, in ring_buffer_write() 95 data_bytes + i * step_size, in ring_buffer_write() 108 uint8_t* data_bytes = (uint8_t*)data; in ring_buffer_read() local 124 data_bytes + i * step_size, in ring_buffer_read() 128 data_bytes + i * step_size + available_at_end, in ring_buffer_read() 133 data_bytes + i * step_size, in ring_buffer_read() 330 uint8_t* data_bytes = (uint8_t*)data; in ring_buffer_view_write() local 347 data_bytes + i * step_size, in ring_buffer_view_write() [all …]
|
/hardware/libhardware/include_all/hardware/ |
D | camera2.h | 271 size_t entries, size_t data_bytes,
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 271 size_t entries, size_t data_bytes,
|
/hardware/google/camera/common/hal/tests/ |
D | camera_device_session_tests.cc | 143 uint32_t data_bytes = 512; in TestDefaultRequestSettingsForType() local 145 *default_settings = HalCameraMetadata::Create(num_entries, data_bytes); in TestDefaultRequestSettingsForType()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | rgbird_rt_request_processor.cc | 278 uint32_t data_bytes = 512; in SetNonWarpedYuvStreamId() local 281 HalCameraMetadata::Create(num_entries, data_bytes); in SetNonWarpedYuvStreamId()
|