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

  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_blend.h 41 uint32_t buf_info; member in struct:fd4_blend_stateobj::__anon33331
  /external/libxcam/xcore/
dma_video_buffer.cpp 87 VideoBufferInfo buf_info; local
102 buf_info.init (buf->info.format, buf->info.width, buf->info.height,
104 video_buffer = new DmaVideoBufferPriv (buf_info, buf);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blend.h 40 uint32_t buf_info; member in struct:fd5_blend_stateobj::__anon33333
  /external/mesa3d/src/gallium/state_trackers/va/
buffer.c 298 VABufferInfo * const buf_info = &buf->export_state; local
319 buf_info->handle = (intptr_t)whandle.handle;
326 buf_info->type = buf->type;
327 buf_info->mem_type = mem_type;
328 buf_info->mem_size = buf->num_elements * buf->size;
359 VABufferInfo * const buf_info = &buf->export_state; local
361 switch (buf_info->mem_type) {
363 close((intptr_t)buf_info->handle);
369 buf_info->mem_type = 0;
  /external/libxcam/capi/
context_priv.cpp 91 VideoBufferInfo buf_info; local
109 buf_info.init (image_format, _image_width, _image_height);
110 _inbuf_pool->set_video_info (buf_info);
  /external/blktrace/btt/
misc.c 40 struct buf_info { struct
71 struct buf_info *bip = list_entry(p, struct buf_info, head);
123 struct buf_info *bip = malloc(sizeof(*bip));
  /external/mesa3d/src/amd/vulkan/
radv_meta_copy.c 279 struct radv_meta_blit2d_buffer buf_info = { local
301 radv_meta_image_to_buffer(cmd_buffer, &img_info, &buf_info, 1, &rect);
303 buf_info.offset += buf_extent_el.width *
304 buf_extent_el.height * buf_info.bs;
  /external/libxcam/tests/
test-pipe-manager.cpp 199 VideoBufferInfo buf_info; local
418 buf_info.init (pixel_format, image_width, image_height);
421 if (!buf_pool->set_video_info (buf_info) || !buf_pool->reserve (DEFAULT_FPT_BUF_COUNT)) {
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 51 const VideoBufferInfo &buf_info = input->get_video_info (); local
56 cl_desc.width = buf_info.width / 2;
57 cl_desc.height = buf_info.height / 2;
58 cl_desc.row_pitch = buf_info.strides[1];
59 cl_image = convert_to_climage (context, input, cl_desc, buf_info.offsets[1]);
62 cl_desc.width = buf_info.width;
63 cl_desc.height = buf_info.height;
64 cl_desc.row_pitch = buf_info.strides[0];
65 cl_image = convert_to_climage (context, input, cl_desc, buf_info.offsets[0]);
78 const VideoBufferInfo &buf_info = output->get_video_info () local
675 VideoBufferInfo buf_info; local
695 const VideoBufferInfo &buf_info = input->get_video_info (); local
739 const VideoBufferInfo &buf_info = output->get_video_info (); local
    [all...]
  /external/libxcam/modules/soft/
soft_blender.cpp 343 const VideoBufferInfo &buf_info = in_buf->get_video_info (); local
345 in_area.width = buf_info.width;
346 in_area.height = buf_info.height;
351 in_buf, in_area.width, in_area.height, buf_info.strides[0],
352 buf_info.offsets[0] + in_area.pos_x + in_area.pos_y * buf_info.strides[0]);
354 in_buf, in_area.width / 2, in_area.height / 2, buf_info.strides[1],
355 buf_info.offsets[1] + in_area.pos_x + buf_info.strides[1] * in_area.pos_y / 2);
soft_stitcher.cpp 295 VideoBufferInfo buf_info; local
296 buf_info.init (
301 fisheye.buf_pool = new SoftVideoBufAllocator (buf_info);
306 XCAM_STR (_stitcher->get_name ()), buf_info.width, buf_info.height);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 73 mm_camera_buf_info_t* buf_info,
76 mm_camera_buf_info_t* buf_info);
153 * @buf_info: ptr to struct storing buffer information
160 mm_camera_buf_info_t *buf_info)
165 if ((NULL == ch_obj) || (NULL == buf_info)) {
176 node->u.buf = *buf_info;
198 * @buf_info: ptr to struct storing buffer information
203 mm_camera_buf_info_t *buf_info,
212 rc = mm_stream_notify_channel(my_obj->ch_obj, buf_info);
221 my_obj->buf_status[buf_info->buf->buf_idx].buf_refcnt++
311 mm_camera_buf_info_t buf_info; local
388 mm_camera_buf_info_t* buf_info = NULL; local
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 1950 const hb_glyph_info_t *buf_info = buffer->info; local
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 749 VideoBufferInfo buf_info; local
750 buf_info.init (
759 if (!buf_pool->set_video_info (buf_info) ||
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_mdp.h 352 struct msmfb_data buf_info; member in struct:msmfb_writeback_data
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_mdp.h 409 struct msmfb_data buf_info; member in struct:msmfb_writeback_data
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_mdp.h 352 struct msmfb_data buf_info; member in struct:msmfb_writeback_data
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_mdp.h 409 struct msmfb_data buf_info; member in struct:msmfb_writeback_data
    [all...]
  /device/google/bonito/sdm710/kernel-headers/media/
msm_camera.h 553 struct msm_frame buf_info; member in struct:msm_st_frame
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/media/
msm_camera.h 790 struct msm_frame buf_info; member in struct:msm_st_frame
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/media/
msm_camera.h 553 struct msm_frame buf_info; member in struct:msm_st_frame
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
msm_camera.h 790 struct msm_frame buf_info; member in struct:msm_st_frame
    [all...]

Completed in 1821 milliseconds