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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 264 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/libvpx/libvpx/vp8/common/
onyx.h 253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 162 double dest_end = FXSYS_Div((FX_FLOAT)(j + 1) - base, scale); local
163 if (dest_start > dest_end) {
165 dest_start = dest_end;
166 dest_end = temp;
169 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) ? (FX_FLOAT)(dest_pixel + 1) : dest_end;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 706 unsigned char *dest_end, unsigned long *size);
bitstream.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 706 unsigned char *dest_end, unsigned long *size);
bitstream.c     [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 706 unsigned char *dest_end, unsigned long *size);
bitstream.c     [all...]
onyx_if.c     [all...]
  /art/compiler/dex/
local_value_numbering.cc 505 auto dest_end = dest->end(); local
511 dest->PutBefore(dest_end, entry.first, entry.second);
    [all...]

Completed in 605 milliseconds