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

  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 19 int in_width; member in struct:__anon8531
46 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height);
47 int bicubic_scale(int in_width, int in_height, int in_stride,
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 184 i_img_ptr.uWidth = params->in_width;
362 int out_width = 0, in_width = 0; local
372 in_width = input->in_width;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 117 int in_width; member in struct:android::Encoder_libjpeg::params
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 97 int in_width; /* [IN] width of YUV420 frame to be encoded */ member in struct:__anon1548
140 int in_width; /* [IN] width of YUV420 frame to be encoded */ member in struct:__anon1549

Completed in 108 milliseconds