Home
last modified time | relevance | path

Searched refs:mCropHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp52 mCropHeight(0), in SoftwareRenderer()
115 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged()
120 size_t bufHeight = mCropHeight; in resetFormatIfChanged()
131 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
138 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
146 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
162 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
184 CHECK(mCropHeight > 0); in resetFormatIfChanged()
267 Rect bounds(mCropWidth, mCropHeight); in render()
283 0, 0, mCropWidth - 1, mCropHeight - 1); in render()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h56 int32_t mCropWidth, mCropHeight; variable
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp614 mCropHeight(0) {}
621 if (mCreated && mCropWidth == cropWidth && mCropHeight == cropHeight) { in createIfNeeded()
630 mCropHeight = cropHeight; in createIfNeeded()
633 mCropHeight = 0; in createIfNeeded()
DBufferLayerConsumer.h254 int32_t mCropHeight; variable
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h137 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp344 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
348 mCropHeight = disp_height; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp63 mCropHeight(height), in SoftVideoDecoderOMXComponent()
182 mCropHeight = mHeight; in updatePortDefinitions()
553 rectParams->nHeight = mCropHeight; in getConfig()