Home
last modified time | relevance | path

Searched refs:mCropWidth (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp55 mCropWidth(0), in SoftwareRenderer()
102 mCropWidth = mCropRight - mCropLeft + 1; in resetFormatIfChanged()
107 size_t bufWidth = mCropWidth; in resetFormatIfChanged()
118 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
125 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
133 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
151 CHECK(mCropWidth > 0); in resetFormatIfChanged()
230 Rect bounds(mCropWidth, mCropHeight); in render()
245 0, 0, mCropWidth - 1, mCropHeight - 1); in render()
263 memcpy(dst_y, src_y, mCropWidth); in render()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h55 int32_t mCropWidth, mCropHeight; variable
DSoftVideoDecoderOMXComponent.h131 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp229 mCropWidth == crop.cropOutWidth && in handleCropParams()
236 mCropWidth = crop.cropOutWidth; in handleCropParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp352 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
355 mCropWidth = disp_width; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp62 mCropWidth(width), in SoftVideoDecoderOMXComponent()
178 mCropWidth = mWidth; in updatePortDefinitions()
539 rectParams->nWidth = mCropWidth; in getConfig()