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

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 340 long srcHeightL = srcPtrA->heightE;
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL;
375 if( srcWidthL == 0 || srcHeightL == 0 )
377 bim_UInt16ByteImage_size( cpA, ptrA, srcWidthL, srcHeightL );
378 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
519 else if( lL >= srcHeightL - 1 )
547 } /* if( lL >= srcHeightL - 1 ) */
641 long srcHeightL = srcPtrA->heightE;
648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL;
675 if( srcWidthL == 0 || srcHeightL == 0
    [all...]
UInt8Image.c 527 long srcHeightL = srcPtrA->heightE;
534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL;
561 if( srcWidthL == 0 || srcHeightL == 0 )
563 bim_UInt8Image_size( cpA, ptrA, srcWidthL, srcHeightL );
564 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
697 else if( lL >= srcHeightL - 1 )
716 } /* if( lL >= srcHeightL - 1 ) */

Completed in 595 milliseconds