HomeSort by relevance Sort by last modified time
    Searched defs:buffer_id (Results 1 - 25 of 42) sorted by null

1 2

  /device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view_test.cpp 24 int buffer_id = 0; local
37 buffer_id = region->WaitForNewFrameSince(&frame_num);
38 printf("Signaled frame_num = %d, buffer_id = %d\n", frame_num, buffer_id);
  /external/skia/src/gpu/vk/
GrVkTransferBuffer.cpp 57 SkString buffer_id; local
58 buffer_id.appendU64((uint64_t)this->buffer());
60 buffer_id.c_str());
  /external/skqp/src/gpu/vk/
GrVkTransferBuffer.cpp 57 SkString buffer_id; local
58 buffer_id.appendU64((uint64_t)this->buffer());
60 buffer_id.c_str());
  /frameworks/native/libs/vr/libbufferhub/
detached_buffer.cpp 68 const int buffer_id = buffer_desc.id(); local
72 ALOGD_IF(TRACE, "DetachedBuffer::DetachedBuffer: id=%d.", buffer_id);
80 id_ = buffer_id;
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 288 SkString buffer_id; local
289 buffer_id.appendU32(this->bufferID());
291 buffer_id.c_str());
  /external/skqp/src/gpu/gl/
GrGLBuffer.cpp 288 SkString buffer_id; local
289 buffer_id.appendU32(this->bufferID());
291 buffer_id.c_str());
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 45 return a->buffer_id() < b->buffer_id();
287 const int buffer_id = message.GetChannelId(); local
289 "BufferHubService::OnCreateBuffer: buffer_id=%d width=%u height=%u "
291 buffer_id, width, height, format, usage, meta_size_bytes);
296 buffer_id);
300 auto status = ProducerChannel::Create(this, buffer_id, width, height,
318 const int buffer_id = message.GetChannelId(); local
320 "BufferHubService::OnCreateDetachedBuffer: buffer_id=%d width=%u "
323 buffer_id, width, height, layer_count, format, usage
    [all...]
producer_queue_channel.cpp 31 buffer_id());
117 service(), buffer_id(), channel_id, shared_from_this(), silent);
139 return {{config_, buffer_id()}};
209 // buffer_id is the id of the producer channel of BufferHubBuffer.
210 int buffer_id; local
211 auto status = message.PushChannel(0, nullptr, &buffer_id);
220 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d width=%u "
222 buffer_id, width, height, layer_count, format, usage);
226 ProducerChannel::Create(service(), buffer_id, width, height, layer_count,
239 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d, buffer_handle=%d"
    [all...]
buffer_hub.h 31 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id,
34 buffer_id_(buffer_id),
106 int buffer_id() const { return buffer_id_; } function in class:android::dvr::BufferHubChannel
  /external/deqp/external/openglcts/modules/gl/
gl4cMapBufferAlignmentTests.cpp 206 GLuint buffer_id = 0; local
265 gl.genBuffers(1, &buffer_id);
268 gl.bindBuffer(buffer.m_target, buffer_id);
330 gl.deleteBuffers(1, &buffer_id);
333 buffer_id = 0;
352 if (0 != buffer_id)
354 gl.deleteBuffers(1, &buffer_id);
gl4cKHRDebugTests.cpp 2298 GLuint buffer_id = 0; local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
test_util.cc 81 int buffer_id = 0; local
89 buffer_id = buffers_.size();
97 t.type, /*buffer=*/buffer_id,
  /frameworks/av/media/libmedia/include/media/
IOMX.h 54 typedef uint32_t buffer_id; typedef in class:android::IOMX
93 typedef IOMX::buffer_id buffer_id; typedef in class:android::IOMXNode
135 OMX_U32 port_index, size_t size, buffer_id *buffer,
145 OMX_U32 port_index, const OMXBuffer &omxBuf, buffer_id *buffer) = 0;
149 OMX_U32 port_index, buffer_id buffer) = 0;
158 buffer_id buffer, const OMXBuffer &omxBuf, int fenceFd = -1) = 0;
166 buffer_id buffer, const OMXBuffer &omxBuf,
198 IOMX::buffer_id buffer;
203 IOMX::buffer_id buffer
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_buffer.h 263 uint64_t buffer_id __attribute__((aligned(8))) = 0; member in struct:sdm::LayerBuffer
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 140 int buffer_id = -1; local
142 &source_, [&buffer_id](const SourceSurface& surface_source) {
143 buffer_id = surface_source.GetBufferId();
145 return buffer_id;
171 // was already established, false if not. A buffer_id of -1 is never
173 bool CheckAndUpdateCachedBuffer(std::size_t slot, int buffer_id);
278 // slot -> buffer_id. When this map contains a matching slot and buffer_id the
  /hardware/qcom/display/msm8909/sdm/include/core/
layer_buffer.h 269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member in struct:sdm::LayerBuffer
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
layer_buffer.h 269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member in struct:sdm::LayerBuffer
  /hardware/qcom/display/msm8998/sdm/include/core/
layer_buffer.h 267 uint64_t buffer_id __attribute__((aligned(8))) = 0; member in struct:sdm::LayerBuffer
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 114 static int get_buf_from_display( camera_hardware_t *camHal, int *buffer_id);
115 static int put_buf_to_display( camera_hardware_t *camHal, int buffer_id);
116 static int convert_data_frm_cam_to_disp(camera_hardware_t *camHal, int buffer_id);
2018 int buffer_id = 0; local
2453 int buffer_id = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 101 unsigned buffer_id; member in struct:r600_bytecode_vtx
  /external/perfetto/src/tracing/core/
service_impl.cc 704 for (BufferID buffer_id : tracing_session->buffers_index) {
705 buffer_ids_.Free(buffer_id);
706 PERFETTO_DCHECK(buffers_.count(buffer_id) == 1);
707 buffers_.erase(buffer_id);
1268 BufferID buffer_id = static_cast<BufferID>(entry.target_buffer()); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.cc 423 int64 AllocatedSize(BufferId buffer_id) const {
424 const Buffer& buffer = buffers_.at(buffer_id);
441 bool IsInUse(BufferId buffer_id) const {
447 buffer_id) != in_progress_uses.end();
452 bool IsCurrentlyLive(BufferId buffer_id) const {
453 const Buffer& buffer = buffers_[buffer_id];
461 int buffer_id = buffers_.size(); local
462 buffers_.push_back(Buffer{buffer_id, defining_instruction, size, live_out,
558 for (BufferId buffer_id : item->buffers_defined) {
559 VLOG(3) << " Buffer " << buffers_.at(buffer_id).ToString(
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 640 int buffer_id, const T* in_data, T* conv_buffer_data, uint8 byte_zero) {
643 // output (b, h, w) to a column vector in conv_buffer(:, buffer_id).
660 const int output_row_offset = (buffer_id * single_buffer_length);
737 int buffer_id = 0; local
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 114 static int get_buf_from_display( camera_hardware_t *camHal, int *buffer_id);
115 static int put_buf_to_display( camera_hardware_t *camHal, int buffer_id);
116 static int convert_data_frm_cam_to_disp(camera_hardware_t *camHal, int buffer_id);
2018 int buffer_id = 0; local
2453 int buffer_id = 0; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
unique_objects_wrappers.h 654 uint64_t buffer_id = reinterpret_cast<uint64_t &>(buffer); local
655 buffer = (VkBuffer)dev_data->unique_id_mapping[buffer_id];
656 dev_data->unique_id_mapping.erase(buffer_id);
    [all...]

Completed in 948 milliseconds

1 2