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

  /external/libvpx/libvpx/vp8/common/
onyx.h 265 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 192 double dest_end = FXSYS_Div((FX_FLOAT)(j + 1) - base, scale); local
193 if (dest_start > dest_end) {
195 dest_start = dest_end;
196 dest_end = temp;
201 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1)
203 : dest_end;
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp 92 double dest_end = FXSYS_Div((FX_FLOAT)(j + 1) - base, scale); local
93 if (dest_start > dest_end) {
95 dest_start = dest_end;
96 dest_end = temp;
101 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1)
103 : dest_end;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 727 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/utils/arm/
assembler_thumb2.cc 212 size_t dest_end = adjusted_code_size; local
213 buffer_.Resize(dest_end);
214 DCHECK_GE(dest_end, src_end);
221 fixup->Finalize(dest_end - src_end);
227 size_t dest_begin = dest_end - data_size;
230 dest_end = dest_begin - fixup->GetSizeInBytes();
232 fixup->Finalize(dest_end - src_end);
236 CHECK_EQ(src_end, dest_end);
    [all...]

Completed in 359 milliseconds