Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp57 mCropWidth(0), in SoftwareRenderer()
122 mCropWidth = mCropRight - mCropLeft + 1; in resetFormatIfChanged()
127 size_t bufWidth = mCropWidth; in resetFormatIfChanged()
138 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
145 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
153 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
191 CHECK(mCropWidth > 0); in resetFormatIfChanged()
275 Rect bounds(mCropWidth, mCropHeight); in render()
312 memcpy(dst_y, src_y, mCropWidth); in render()
368 memcpy(dst_y, src_y, mCropWidth); in render()
[all …]
/aosp12/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h56 int32_t mCropWidth, mCropHeight; variable
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp348 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
351 mCropWidth = disp_width; in handlePortSettingsChange()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp62 mCropWidth(width), in SoftVideoDecoderOMXComponent()
181 mCropWidth = mWidth; in updatePortDefinitions()
553 rectParams->nWidth = mCropWidth; in getConfig()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h145 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member