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

  /external/jpeg/
jcprepct.c 203 int buf_height = cinfo->max_v_samp_factor * 3; local
252 if (prep->this_row_group >= buf_height)
254 if (prep->next_buf_row >= buf_height)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 226 int32_t buf_width, buf_height; local
227 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
229 if (buf_width != mWidth || buf_height != mHeight) {
236 mHeight = buf_height;
241 CHECK_LE(disp_height, buf_height);
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 141 int buf_height; // [OUT] height alighed to 16 member in struct:__anon1412
273 int buf_height; member in struct:__anon1418

Completed in 131 milliseconds