HomeSort by relevance Sort by last modified time
    Searched refs:dst_index (Results 26 - 50 of 62) sorted by null

12 3

  /external/opencv3/modules/imgproc/src/opencl/
canny.cl 482 int dst_index = mad24(dst_step, y, x + dst_offset);
490 dst[dst_index] = (uchar)(-(map[0] >> 1));
494 dst_index += dst_step;
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 585 p_params->dest_buf[p_jobparams->dst_index].buf_size;
590 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
592 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
637 p_session->p_out_omx_buf[p_jobparams->dst_index]);
770 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
mm_jpeg.c     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 585 p_params->dest_buf[p_jobparams->dst_index].buf_size;
590 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
592 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
637 p_session->p_out_omx_buf[p_jobparams->dst_index]);
770 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
mm_jpeg.c     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 597 p_params->dest_buf[p_jobparams->dst_index].buf_size;
601 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
603 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
648 p_session->p_out_omx_buf[p_jobparams->dst_index]);
779 (p_jobparams->dst_index >= p_session->dec_params.num_dst_bufs)) {
    [all...]
mm_jpeg.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 579 p_params->dest_buf[p_jobparams->dst_index].buf_size;
584 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
586 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
631 p_session->p_out_omx_buf[p_jobparams->dst_index]);
763 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
mm_jpeg.c     [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 349 p_job_params->dst_index = 0;
430 jpeg_obj.job.encode_job.dst_index = (int32_t) i;
434 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 293 p_job_params->dst_index = 0;
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 349 p_job_params->dst_index = 0;
430 jpeg_obj.job.encode_job.dst_index = (int32_t) i;
434 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 293 p_job_params->dst_index = 0;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 347 p_job_params->dst_index = 0;
428 jpeg_obj.job.encode_job.dst_index = i;
432 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 291 p_job_params->dst_index = 0;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 417 p_job_params->dst_index = 0;
494 jpeg_obj->job.encode_job.dst_index = (int32_t) i;
498 jpeg_obj->job.encode_job.dst_index = -1;
mm_jpegdec_test.c 301 p_job_params->dst_index = 0;
  /external/v8/src/
elements.cc 747 uint32_t dst_index, int copy_size) {
762 *old_elements, src_index, *new_elements, from_kind, dst_index,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 684 unsigned int dst_index,
699 d->DstIndex = dst_index;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 117 job.encode_job.dst_index = 0;
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 117 job.encode_job.dst_index = 0;
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 117 job.encode_job.dst_index = 0;
  /external/vixl/src/vixl/a64/
simulator-a64.h     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 118 job.encode_job.dst_index = 0;
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]

Completed in 704 milliseconds

12 3