HomeSort by relevance Sort by last modified time
    Searched defs:linesize (Results 1 - 19 of 19) sorted by null

  /external/c-ares/
ares__get_hostent.c 41 size_t addrlen, linesize, naliases; local
57 while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
ares_search.c 240 size_t linesize; local
262 while ((status = ares__read_line(fp, &line, &linesize))
ares_init.c 974 size_t linesize; local
983 while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
1025 while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
1053 while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
1081 while ((status = ares__read_line(fp, &line, &linesize)) == ARES_SUCCESS)
    [all...]
  /external/libvpx/libvpx/vp8/common/
extend.c 33 int linesize; local
59 linesize = el + er + w;
63 memcpy(dest_ptr1, src_ptr1, linesize);
69 memcpy(dest_ptr2, src_ptr2, linesize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
extend.c 33 int linesize; local
59 linesize = el + er + w;
63 vpx_memcpy(dest_ptr1, src_ptr1, linesize);
69 vpx_memcpy(dest_ptr2, src_ptr2, linesize);
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 23 int i, linesize; local
47 linesize = extend_left + extend_right + w;
50 memcpy(dst_ptr1, src_ptr1, linesize);
55 memcpy(dst_ptr2, src_ptr2, linesize);
66 int i, linesize; local
92 linesize = extend_left + extend_right + w;
95 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(src_ptr1[0]));
100 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(src_ptr2[0]));
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 31 uint32_t linesize; local
94 linesize = extend_left + extend_right + width;
97 memcpy(top_dst, top_src, linesize);
102 memcpy(bot_dst, bot_src, linesize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 22 const int linesize = extend_left + extend_right + width; local
48 vpx_memcpy(dst_ptr1, src_ptr1, linesize);
53 vpx_memcpy(dst_ptr2, src_ptr2, linesize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 31 uint32_t linesize; local
94 linesize = extend_left + extend_right + width;
97 vpx_memcpy(top_dst, top_src, linesize);
102 vpx_memcpy(bot_dst, bot_src, linesize);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 27 const int linesize = extend_left + extend_right + width; local
53 memcpy(dst_ptr1, src_ptr1, linesize);
58 memcpy(dst_ptr2, src_ptr2, linesize);
69 const int linesize = extend_left + extend_right + width; local
96 memcpy(dst_ptr1, src_ptr1, linesize * sizeof(uint16_t));
101 memcpy(dst_ptr2, src_ptr2, linesize * sizeof(uint16_t));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 21 int i, linesize; local
45 linesize = extend_left + extend_right + w;
48 vpx_memcpy(dst_ptr1, src_ptr1, linesize);
53 vpx_memcpy(dst_ptr2, src_ptr2, linesize);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 240 size_t linesize = pixelsize * width; local
241 size_t aligned_linesize = int(linesize / alignment) * alignment;
242 if (aligned_linesize < linesize) {
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
frame.h 93 * For audio, only linesize[0] may be set. For planar audio, each channel
101 int linesize[AV_NUM_DATA_POINTERS]; member in struct:AVFrame
109 * linesize[0] contains the size of each channel buffer.
110 * For packed audio, there is just one data pointer, and linesize[0]
  /external/autotest/client/profilers/powertop/src/
powertop.c 78 int linesize; variable
99 if (linehead == linesize)
100 lines = realloc (lines, (linesize ? (linesize *= 2) : (linesize = 64)) * sizeof (struct line));
118 if (linehead == linesize)
119 lines = realloc (lines, (linesize ? (linesize *= 2) : (linesize = 64)) * sizeof (struct line));
133 linehead = linesize = 0
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 40 var linesize int64 var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 37 var linesize int64 var
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 40 var linesize int64 var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 37 var linesize int64 var
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 3100 int linesize[AV_NUM_DATA_POINTERS]; \/\/\/< number of bytes per line member in struct:AVPicture
    [all...]

Completed in 1807 milliseconds