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

  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 145 int buf_height; // [OUT] height alighed to 16 member in struct:__anon1537
280 int buf_height; member in struct:__anon1543
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 484 int32_t buf_width, buf_height; local
485 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
488 CHECK_LE(disp_height, buf_height);
490 ALOGV("disp_width = %d, disp_height = %d, buf_width = %d, buf_height = %d",
491 disp_width, disp_height, buf_width, buf_height);
506 if (buf_width != mWidth || buf_height != mHeight) {
508 mHeight = buf_height;
  /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)
  /external/qemu/distrib/jpeg-6b/
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)
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 192 pCTX->decOutInfo.buf_height = DecArg.args.dec_init.out_buf_height;
378 output_info->buf_height= pCTX->decOutInfo.buf_height;
482 img_resolution->buf_height = pCTX->decOutInfo.buf_height;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 162 OSCL_IMPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *buf_width, int32 *buf_height);

Completed in 1144 milliseconds