HomeSort by relevance Sort by last modified time
    Searched defs:float_buffer (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
float_buffer.h 17 struct float_buffer { struct
24 * Creates an float_buffer.
29 static inline struct float_buffer *float_buffer_create(
33 struct float_buffer *b;
35 b = (struct float_buffer *)calloc(1, sizeof(*b));
48 static inline void float_buffer_destroy(struct float_buffer **b)
59 /* Gets the write pointer of given float_buffer. */
60 static inline float *const *float_buffer_write_pointer(struct float_buffer *b)
70 /* Gets the number of frames can write to the float_buffer. */
71 static inline unsigned int float_buffer_writable(struct float_buffer *b
    [all...]
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
quantization_util.cc 137 const auto& float_buffer = local
140 quantized_buffer->data.resize(float_buffer.data.size());
141 for (std::size_t i = 0; i < float_buffer.data.size(); i++) {
142 const float src_val = float_buffer.data[i];
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 59 float* float_buffer; local
141 float_buffer = align_malloc(buffer_size, 4096);
161 float_buffer[i] = (float)rand_double();
253 buffer[0] = (unsigned char*)float_buffer;
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp 7209 glw::GLfloat* float_buffer = (glw::GLfloat*)m_mipmap_data; local
7239 glw::GLfloat* float_buffer = (glw::GLfloat*)m_mipmap_data; local
    [all...]

Completed in 957 milliseconds