Searched refs:roi (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateLuma.c48 * srcStep -reference frame step, in bytes; must be a multiple of roi.width
50 * roi.width
55 * roi -Dimension of the interpolation region; the parameters roi.width and
56 * roi.height must be equal to either 4, 8, or 16.
60 * pDst -Pointer to the destination frame buffer if roi.width==4, 4-byte
61 * alignment required if roi.width==8, 8-byte alignment required
62 * if roi.width==16, 16-byte alignment required
69 * srcStep or dstStep < roi.width.
71 * roi
[all...]
H A DomxVCM4P10_InterpolateChroma.c50 * roi.width.
55 * roi -Dimension of the interpolation region; the parameters roi.width and
56 * roi.height must be equal to either 2, 4, or 8.
60 * pDst -Pointer to the destination frame buffer if roi.width==2, 2-byte
61 * alignment required if roi.width==4, 4-byte alignment required
62 * if roi.width==8, 8-byte alignment required
71 * roi.width or roi.height is out of range {2,4,8}.
72 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
58 * if roi.width==2, 2-byte alignment required
59 * if roi.width==4, 4-byte alignment required
60 * if roi.width==8, 8-byte alignment required
68 * roi.width or roi.height is out of range {2,4,8}.
69 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
58 * if roi.width==2, 2-byte alignment required
59 * if roi.width==4, 4-byte alignment required
60 * if roi.width==8, 8-byte alignment required
68 * roi.width or roi.height is out of range {2,4,8}.
69 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1986 OMXSize roi; local
2065 roi.width = (i32)partWidth;
2066 roi.height = (i32)partHeight;
2069 (i32)xFrac, (i32)yFrac, roi);
2083 roi.width = (i32)(partWidth >> 1);
2085 roi.height = (i32)(partHeight >> 1);
2111 (u32)roi.width, (u32)roi.height, xFrac, yFrac);
2116 (u32)roi.width, (u32)roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h2582 * 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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h2582 * 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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h2582 * 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
[all...]

Completed in 149 milliseconds