HomeSort by relevance Sort by last modified time
    Searched refs:dst_index (Results 1 - 25 of 28) sorted by null

1 2

  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 194 int32_t dst_index; member in struct:__anon4380
228 uint32_t dst_index; member in struct:__anon4381
  /device/asus/flo/camera/QCamera2/stack/common/
mm_jpeg_interface.h 136 uint32_t dst_index; member in struct:__anon2775
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 143 uint32_t dst_index; member in struct:__anon3282
  /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...]
  /device/moto/shamu/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 = i;
434 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 297 p_job_params->dst_index = 0;
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 229 p_job_params->dst_index = 0;
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 229 p_job_params->dst_index = 0;
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 112 job.encode_job.dst_index = 0;
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 112 job.encode_job.dst_index = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 684 unsigned int dst_index,
699 d->DstIndex = dst_index;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 684 unsigned int dst_index,
699 d->DstIndex = dst_index;
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 117 job.encode_job.dst_index = 0;
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 296 dst_index(a_dst_index),
305 int dst_index; member in struct:MockTabStripModelObserver::State
344 s.dst_index == state.dst_index &&
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 769 p_params->dest_buf[p_jobparams->dst_index].buf_size;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 787 p_params->dest_buf[p_jobparams->dst_index].buf_size;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /external/chromium_org/v8/src/
builtins.cc 177 static void MoveDoubleElements(FixedDoubleArray* dst, int dst_index,
180 MemMove(dst->data_start() + dst_index, src->data_start() + src_index,
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 891 jpg_job.encode_job.dst_index = 0;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 909 jpg_job.encode_job.dst_index = 0;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 868 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index,
873 Object** dst_objects = array->data_start() + dst_index;
879 RecordWrite(array->address(), array->OffsetOfElementAt(dst_index + i));
    [all...]

Completed in 633 milliseconds

1 2