Home | History | Annotate | Download | only in api

Lines Matching refs:roi

2582  *   srcStep - reference frame step, in bytes; must be a multiple of roi.width 
2584 * roi.width
2589 * roi - Dimension of the interpolation region; the parameters roi.width and
2590 * roi.height must be equal to either 4, 8, or 16.
2595 * if roi.width==4, 4-byte alignment required
2596 * if roi.width==8, 8-byte alignment required
2597 * if roi.width==16, 16-byte alignment required
2604 * srcStep or dstStep < roi.width.
2606 * roi.width or roi.height is out of range {4, 8, 16}.
2607 * roi.width is equal to 4, but pDst is not 4 byte aligned.
2608 * roi.width is equal to 8 or 16, but pDst is not 8 byte aligned.
2619 OMXSize roi
2635 * roi.width.
2640 * roi -Dimension of the interpolation region; the parameters roi.width and
2641 * roi.height must be equal to either 2, 4, or 8.
2646 * if roi.width==2, 2-byte alignment required
2647 * if roi.width==4, 4-byte alignment required
2648 * if roi.width==8, 8-byte alignment required
2657 * roi.width or roi.height is out of range {2,4,8}.
2658 * roi.width is equal to 2, but pDst is not 2-byte aligned.
2659 * roi.width is equal to 4, but pDst is not 4-byte aligned.
2660 * roi.width is equal to 8, but pDst is not 8 byte aligned.
2671 OMXSize roi