Searched defs:srcHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp81 size_t srcWidth, size_t srcHeight,
94 srcWidth, srcHeight, local
79 convert( const void *srcBits, size_t srcWidth, size_t srcHeight, size_t srcCropLeft, size_t srcCropTop, size_t srcCropRight, size_t srcCropBottom, void *dstBits, size_t dstWidth, size_t dstHeight, size_t dstCropLeft, size_t dstCropTop, size_t dstCropRight, size_t dstCropBottom) argument
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp415 int srcWidth, int srcHeight, int stride) {
419 for (int i = srcHeight; i > 0; i--) {
426 p += srcWidth * srcHeight / 4;
427 for (int i = srcHeight / 2; i > 0; i--) {
433 p -= srcWidth * srcHeight / 2;
434 for (int i = srcHeight / 2; i > 0; i--) {
475 M4xVSS_MediaRendering renderingMode, int srcWidth, int srcHeight) {
485 y = float(srcHeight) / mDstHeight;
497 y = float(srcHeight) / mDstHeight;
414 copyI420Buffer(MediaBuffer* src, uint8_t* dst, int srcWidth, int srcHeight, int stride) argument
474 calculatePositionCoordinates( M4xVSS_MediaRendering renderingMode, int srcWidth, int srcHeight) argument

Completed in 600 milliseconds