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

  /external/libxcam/xcore/
image_file_handle.cpp 53 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
56 if (fread (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
83 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
86 if (fwrite (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
fake_poll_thread.cpp 87 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
90 if (fread (dst + info.offsets [index] + i * info.strides [index], 1, line_bytes, _raw) < line_bytes) {
  /external/libxcam/tests/
test_inline.h 39 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
42 int mem_idx = info.offsets [index] + i * info.strides [index] + line_bytes - 1;
test-pipe-manager.cpp 146 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
149 if (fread (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, file.fp) != line_bytes) {
  /external/libxcam/modules/soft/
soft_image.h 324 uint32_t line_bytes = buf->get_width () * buf->pixel_size (); local
329 WARNING, fread (line_ptr, 1, line_bytes, _fp) == line_bytes, XCAM_RETURN_ERROR_FILE,
349 uint32_t line_bytes = buf->get_width () * buf->pixel_size (); local
354 WARNING, fwrite (line_ptr, 1, line_bytes, _fp) == line_bytes, XCAM_RETURN_ERROR_FILE,
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 51 unsigned int line_bytes; member in struct:__anon6809
215 Drv->line_bytes = Drv->image->bytes_per_line;
794 + Args->DestinationY * Private->line_bytes;
796 + Args->SourceY * Private->line_bytes;
801 Dst += Private->line_bytes;
802 Src += Private->line_bytes;
805 Dst += (Args->Height - 1) * Private->line_bytes;
806 Src += (Args->Height - 1) * Private->line_bytes;
813 Dst -= Private->line_bytes;
814 Src -= Private->line_bytes;
    [all...]
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 111 uint32_t line_bytes = planar.width * planar.pixel_bytes; local
115 1, line_bytes, _file) != line_bytes) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 549 unsigned line_bytes; local
570 line_bytes = _mesa_format_row_stride(src_image->TexFormat, src_w);
572 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w);
601 memcpy(dst, src, line_bytes);

Completed in 431 milliseconds