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

  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr.h 682 * @param[in] c_offset ???l
694 int c_offset,
706 * @param[out] c_offset ???l?i?[??
718 int *c_offset,
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr.h 682 * @param[in] c_offset ???l
694 int c_offset,
706 * @param[out] c_offset ???l?i?[??
718 int *c_offset,
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 682 * @param[in] c_offset ???l
694 int c_offset,
706 * @param[out] c_offset ???l?i?[??
718 int *c_offset,
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 266 int bpp, int c_offset)
271 FX_LPCBYTE buf_u = buf + row_offset_l + c_offset;
272 FX_LPCBYTE buf_d = buf + row_offset_r + c_offset;
282 int bpp, int c_offset)
288 a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset));
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1679 int c_offset = 0; local
    [all...]
video_encoder_device_copper.cpp 1637 int c_offset = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 264 int c_offset = 0; local
269 c_offset= (y_size + 2047) & (~(2047));
284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile);
    [all...]

Completed in 111 milliseconds