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

1 2

  /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/skia/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/
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.cpp 43 return a->buffer_id() < b->buffer_id();
250 const int buffer_id = message.GetChannelId(); local
252 "BufferHubService::OnCreateBuffer: buffer_id=%d width=%u height=%u "
254 buffer_id, width, height, format, usage, meta_size_bytes);
259 buffer_id);
263 auto status = ProducerChannel::Create(this, buffer_id, width, height,
293 "to buffer: channel_id=%d buffer_id=%d",
294 channel_id, channel->buffer_id());
354 "buffer: channel_id=%d buffer_id=%d"
    [all...]
buffer_hub.h 32 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id,
35 buffer_id_(buffer_id),
109 int buffer_id() const { return buffer_id_; } function
  /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...]
  /frameworks/native/libs/vr/libbufferhub/
bufferhub_tests.cpp 379 const int buffer_id = p->id(); local
396 EXPECT_EQ(buffer_id, p->id());
  /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 133 int buffer_id = -1; local
135 &source_, [&buffer_id](const SourceSurface& surface_source) {
136 buffer_id = surface_source.GetBufferId();
138 return buffer_id;
168 // was already established, false if not. A buffer_id of -1 is never
170 bool CheckAndUpdateCachedBuffer(std::size_t slot, int buffer_id);
281 // slot -> buffer_id. When this map contains a matching slot and buffer_id the
  /hardware/qcom/display/msm8998/sdm/include/core/
layer_buffer.h 267 uint64_t buffer_id __attribute__((aligned(8))) = 0; member in struct:sdm::LayerBuffer
  /hardware/qcom/display/sdm845/sdm/include/core/
layer_buffer.h 269 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
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h 652 int buffer_id, const T* in_data, T* conv_buffer_data, uint8 byte_zero) {
655 // output (b, h, w) to a column vector in conv_buffer(:, buffer_id).
672 const int output_row_offset = (buffer_id * single_buffer_length);
749 int buffer_id = 0; local
757 output_depth, buffer_id, input_data, output_data, byte_zero);
758 ++buffer_id;
    [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...]
  /external/libdrm/freedreno/kgsl/
msm_kgsl.h 415 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /external/libdrm/
xf86drmMode.h 257 uint32_t buffer_id; /**< FB id to connect to 0 = disconnect */ member in struct:_drmModeCrtc
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_kgsl.h 326 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_kgsl.h 400 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 371 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 459 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /hardware/intel/img/psb_video/src/
vsp_fw.h 177 unsigned int buffer_id; member in struct:vss_command_t
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 424 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_kgsl.h 554 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 471 unsigned int buffer_id; member in struct:kgsl_bind_gmem_shadow
    [all...]

Completed in 1205 milliseconds

1 2