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

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 253 mpo_info->output_buff.buf_vaddr, mpo_info->primary_image.buf_filled_len, M_APP2);
314 mpo_info->primary_image.buf_filled_len, &overflow_flag);
318 mpo_info->primary_image.buf_filled_len, &overflow_flag);
322 mpo_info->primary_image.buf_filled_len;
334 mpo_info->aux_images[i].buf_filled_len, &overflow_flag);
338 mpo_info->aux_images[i].buf_filled_len, &overflow_flag);
352 aux_start_addr += mpo_info->aux_images[i].buf_filled_len;
381 if (mpo_info->output_buff.buf_filled_len == 0) {
382 if (mpo_info->primary_image.buf_filled_len < mpo_info->output_buff_size) {
384 mpo_info->primary_image.buf_filled_len);
    [all...]
mm_jpegdec.c 976 output_buf.buf_filled_len = (uint32_t)pBuffer->nFilledLen;
mm_jpeg.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 253 mpo_info->output_buff.buf_vaddr, mpo_info->primary_image.buf_filled_len, M_APP2);
314 mpo_info->primary_image.buf_filled_len, &overflow_flag);
318 mpo_info->primary_image.buf_filled_len, &overflow_flag);
322 mpo_info->primary_image.buf_filled_len;
334 mpo_info->aux_images[i].buf_filled_len, &overflow_flag);
338 mpo_info->aux_images[i].buf_filled_len, &overflow_flag);
352 aux_start_addr += mpo_info->aux_images[i].buf_filled_len;
381 if (mpo_info->output_buff.buf_filled_len == 0) {
382 if (mpo_info->primary_image.buf_filled_len < mpo_info->output_buff_size) {
384 mpo_info->primary_image.buf_filled_len);
    [all...]
mm_jpegdec.c 976 output_buf.buf_filled_len = (uint32_t)pBuffer->nFilledLen;
mm_jpeg.c     [all...]
  /external/fio/
io_u.h 75 unsigned long buf_filled_len; member in struct:io_u
io_u.c     [all...]
verify.c 77 if (!td->o.verify_fmt_sz && io_u->buf_filled_len >= len) {
86 io_u->buf_filled_len = len;
324 dummy.buf_filled_len = 0;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 133 size_t buf_filled_len[MAX_NUM_BUFS]; member in struct:__anon2562
180 p_output->buf_vaddr, p_output->buf_filled_len, i);
182 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
186 p_output->buf_vaddr, p_output->buf_filled_len);
188 p_output->buf_filled_len);
527 jpeg_obj->output[i].addr, jpeg_obj->buf_filled_len[i]);
535 jpeg_obj->buf_filled_len[i]);
mm_jpegdec_test.c 133 p_output->buf_vaddr, p_output->buf_filled_len);
134 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 133 size_t buf_filled_len[MAX_NUM_BUFS]; member in struct:__anon49378
180 p_output->buf_vaddr, p_output->buf_filled_len, i);
182 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
186 p_output->buf_vaddr, p_output->buf_filled_len);
188 p_output->buf_filled_len);
533 jpeg_obj->output[i].addr, jpeg_obj->buf_filled_len[i]);
541 jpeg_obj->buf_filled_len[i]);
mm_jpegdec_test.c 133 p_output->buf_vaddr, p_output->buf_filled_len);
134 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 111 size_t buf_filled_len; /* used for output image. filled by the client */ member in struct:__anon2422
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 114 size_t buf_filled_len; /* used for output image. filled by the client */ member in struct:__anon49225
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp     [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp     [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 57 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 57 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 634 milliseconds