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.c33 * srcStep -reference frame step, in bytes; must be a multiple of roi.width
35 * roi.width
40 * roi -Dimension of the interpolation region; the parameters roi.width and
41 * roi.height must be equal to either 4, 8, or 16.
45 * pDst -Pointer to the destination frame buffer if roi.width==4, 4-byte
46 * alignment required if roi.width==8, 8-byte alignment required
47 * if roi.width==16, 16-byte alignment required
54 * srcStep or dstStep < roi.width.
56 * roi
[all...]
H A DomxVCM4P10_InterpolateChroma.c35 * roi.width.
40 * roi -Dimension of the interpolation region; the parameters roi.width and
41 * roi.height must be equal to either 2, 4, or 8.
45 * pDst -Pointer to the destination frame buffer if roi.width==2, 2-byte
46 * alignment required if roi.width==4, 4-byte alignment required
47 * if roi.width==8, 8-byte alignment required
56 * roi.width or roi.height is out of range {2,4,8}.
57 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c35 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
40 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
43 * if roi.width==2, 2-byte alignment required
44 * if roi.width==4, 4-byte alignment required
45 * if roi.width==8, 8-byte alignment required
53 * roi.width or roi.height is out of range {2,4,8}.
54 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c35 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
40 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
43 * if roi.width==2, 2-byte alignment required
44 * if roi.width==4, 4-byte alignment required
45 * if roi.width==8, 8-byte alignment required
53 * roi.width or roi.height is out of range {2,4,8}.
54 * roi
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1984 OMXSize roi; local
2063 roi.width = (i32)partWidth;
2064 roi.height = (i32)partHeight;
2067 (i32)xFrac, (i32)yFrac, roi);
2081 roi.width = (i32)(partWidth >> 1);
2083 roi.height = (i32)(partHeight >> 1);
2109 (u32)roi.width, (u32)roi.height, xFrac, yFrac);
2114 (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 181 milliseconds