HomeSort by relevance Sort by last modified time
    Searched full:roi (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateLuma.c 48 * 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.width or roi.height is out of range {4, 8, 16}.
    [all...]
omxVCM4P10_InterpolateChroma.c 50 * 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.width is equal to 2, but pDst is not 2-byte aligned.
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 87 CvRect roi, const CvArr* _mask )
103 if( roi.x == 0 && roi.y == 0 && roi.width == 0 && roi.height == 0 )
105 roi.width = image->cols;
106 roi.height = image->rows;
109 CV_ASSERT( (unsigned)roi.x < (unsigned)image->cols &&
110 (unsigned)roi.y < (unsigned)image->rows &&
111 roi.width >= 0 && roi.height >= 0 &
    [all...]
cvcreatehandmask.cpp 54 CvSize size, CvRect * roi )
93 roi->x = j_min;
94 roi->y = i_min;
95 roi->width = j_max - j_min + 1;
96 roi->height = i_max - i_min + 1;
111 // roi - result hand mask ROI
116 cvCreateHandMask( CvSeq * numbers, IplImage * img_mask, CvRect * roi )
135 img_mask_step, img_mask_size, roi ));
cvhmmobs.cpp 49 // Parameters: img - pointer to the original image ROI
51 // roi - width and height of ROI in pixels
68 // Nx = floor((roi.width - dctSize.width + delta.width)/delta.width);
69 // Ny = floor((roi.height - dctSize.height + delta.height)/delta.height);
117 icvImgToObs_DCT_8u32f_C1R( uchar * img, int imgStep, CvSize roi,
142 if( roi.width <= 0 || roi.height <= 0 )
155 Nx = (roi.width - dctSize.width + delta.width) / delta.width;
156 Ny = (roi.height - dctSize.height + delta.height) / delta.height
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [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.width is equal to 2, but pDst is not 2-byte aligned
    [all...]
omxVCM4P10_InterpolateLuma_s.s 36 ;// [in] dstStep Destination frame step in byte. Must be multiple of roi.width
41 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
44 ;// if roi.width==4, 4-byte alignment required
45 ;// if roi.width==8, 8-byte alignment required
46 ;// if roi.width==16, 16-byte alignment required
52 ;// srcStep or dstStep >= roi.width.
54 ;// roi.width or roi.height is not out of range {4, 8, 16}
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [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.width is equal to 2, but pDst is not 2-byte aligned
    [all...]
omxVCM4P10_InterpolateLuma_s.s 36 ;// [in] dstStep Destination frame step in byte. Must be multiple of roi.width
41 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
44 ;// if roi.width==4, 4-byte alignment required
45 ;// if roi.width==8, 8-byte alignment required
46 ;// if roi.width==16, 16-byte alignment required
52 ;// srcStep or dstStep >= roi.width.
54 ;// roi.width or roi.height is not out of range {4, 8, 16}
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
set_maps.c 12 // VP8 Set Active and ROI Maps
16 // ROI and Active maps.
18 // ROI (Reigon of Interest) maps are a way for the application to assign
29 // An ROI map is set on frame 22. If the width of the image in macroblocks
67 vpx_roi_map_t roi; local
68 memset(&roi, 0, sizeof(roi));
70 roi.rows = (cfg->g_h + 15) / 16;
71 roi.cols = (cfg->g_w + 15) / 16;
73 roi.delta_q[0] = 0
    [all...]
  /external/libvpx/libvpx/examples/
set_maps.c 12 // VP8 Set Active and ROI Maps
16 // ROI and Active maps.
18 // ROI (Reigon of Interest) maps are a way for the application to assign
29 // An ROI map is set on frame 22. If the width of the image in macroblocks
67 vpx_roi_map_t roi = {0}; local
69 roi.rows = (cfg->g_h + 15) / 16;
70 roi.cols = (cfg->g_w + 15) / 16;
72 roi.delta_q[0] = 0;
73 roi.delta_q[1] = -2;
74 roi.delta_q[2] = -4
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 12 // VP8 Set Active and ROI Maps
16 // ROI and Active maps.
18 // ROI (Reigon of Interest) maps are a way for the application to assign
29 // An ROI map is set on frame 22. If the width of the image in macroblocks
67 vpx_roi_map_t roi = {0}; local
69 roi.rows = (cfg->g_h + 15) / 16;
70 roi.cols = (cfg->g_w + 15) / 16;
72 roi.delta_q[0] = 0;
73 roi.delta_q[1] = -2;
74 roi.delta_q[2] = -4
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 136 !image->roi ? cvSize(image->width,image->height) :
137 cvSize(image->roi->width, image->roi->height);
140 CvRect roi() const function in class:CvImage
143 !image->roi ? cvRect(0,0,image->width,image->height) :
144 cvRect(image->roi->xOffset,image->roi->yOffset,
145 image->roi->width,image->roi->height);
148 int coi() const { return !image || !image->roi ? 0 : image->roi->coi;
    [all...]
  /external/opencv/cv/src/
cvthresh.cpp 46 CvSize roi, uchar thresh, uchar maxval, int type )
87 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
89 for( j = 0; j <= roi.width - 4; j += 4 )
104 for( ; j < roi.width; j++ )
114 CvSize roi, float thresh, float maxval, int type )
131 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
133 for( j = 0; j < roi.width; j++ )
142 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
144 for( j = 0; j < roi.width; j++ )
153 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step
305 CvSize roi; local
    [all...]
cvpyrsegmentation.cpp 61 _CvRect16u rect; /* ROI for the connected component */
77 _CvRect16u rect; /* ROI for the connected component */
183 CvSize roi, CvFilter filter,
220 if( roi.width <= 0 || roi.height <= 0 || src_step < roi.width || dst_step < roi.width )
229 if( ((roi.width | roi.height) & ((1 << level) - 1)) != 0 )
243 buffer_size = roi.width * roi.height * (sizeof( float ) + sizeof( _CvPyramidBase ))
    [all...]
cvsnakes.cpp 55 // roi - size of ROI,
73 CvSize roi,
102 int map_width = ((roi.width - 1) >> 3) + 1;
103 int map_height = ((roi.height - 1) >> 3) + 1;
110 CvMat _src = cvMat( roi.height, roi.width, CV_8UC1, src );
121 if( (roi.height <= 0) || (roi.width <= 0) )
123 if( srcStep < roi.width
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 214 CvRect roi = cvGetImageROI( m_img ); local
217 if( roi.width == dst.width && roi.height == dst.height )
219 Show( hDCDst, dst.x, dst.y, dst.width, dst.height, roi.x, roi.y );
223 if( roi.width > dst.width )
241 roi.x, roi.y, roi.width, roi.height
    [all...]
highgui.h 252 return !img ? 0 : !img->roi ? img->width : img->roi->width;
258 return !img ? 0 : !img->roi ? img->height : img->roi->height;
312 IplROI roi; local
314 roi.xOffset = r.left;
315 roi.yOffset = r.top;
316 roi.width = r.right - r.left;
317 roi.height = r.bottom - r.top;
318 roi.coi = 0
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.h 98 int mLeftAlign; // ROI left alignment restriction
99 int mWidthAlign; // ROI width alignment restriction
100 int mTopAlign; // ROI top alignment restriction
101 int mHeightAlign; // ROI height alignment restriction
102 int mMinROIWidth; // Min width needed for ROI
103 int mMinROIHeight; // Min height needed for ROI
104 bool mNeedsROIMerge; // Merge ROI's of both the DSI's
  /hardware/qcom/display/msm8226/libqdutils/
mdp_version.h 98 int mLeftAlign; // ROI left alignment restriction
99 int mWidthAlign; // ROI width alignment restriction
100 int mTopAlign; // ROI top alignment restriction
101 int mHeightAlign; // ROI height alignment restriction
102 int mMinROIWidth; // Min width needed for ROI
103 int mMinROIHeight; // Min height needed for ROI
104 bool mNeedsROIMerge; // Merge ROI's of both the DSI's
  /frameworks/base/docs/html/distribute/analyze/
analyze_toc.cs 22 var:toroot?>distribute/analyze/improve-roi.html">
23 <span class="en">Improve Marketing ROI</span></a>
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 108 /* layers lying outside ROI. Will
153 /* generates ROI based on the modified area of the frame */
156 /* validates the ROI generated for fallback conditions */
159 /* Trims fbRect calculated against ROI generated */
278 /* generates ROI based on the modified area of the frame */
281 /* validates the ROI generated for fallback conditions */
284 /* Trims fbRect calculated against ROI generated */
320 /* generates ROI based on the modified area of the frame */
323 /* validates the ROI generated for fallback conditions */
326 /* Trims fbRect calculated against ROI generated *
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 111 /* layers lying outside ROI. Will
156 /* generates ROI based on the modified area of the frame */
159 /* validates the ROI generated for fallback conditions */
162 /* Trims fbRect calculated against ROI generated */
284 /* generates ROI based on the modified area of the frame */
287 /* validates the ROI generated for fallback conditions */
290 /* Trims fbRect calculated against ROI generated */
326 /* generates ROI based on the modified area of the frame */
329 /* validates the ROI generated for fallback conditions */
332 /* Trims fbRect calculated against ROI generated *
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 1178 // Retrieves essential information about image ROI or CvMat data
1211 if( img->roi )
1213 *roi_size = cvSize( img->roi->width, img->roi->height );
3232 IplROI *roi = 0; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 233 void QCameraStream_preview::notifyROIEvent(fd_roi_t roi)
235 switch (roi.type) {
242 mHalCamCtrl->mMetadata.number_of_faces = roi.d.hdr.num_face_detected;
263 int idx = roi.d.data.idx;
270 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id;
271 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score / 10; // keep within range 0~100
275 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000;
278 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000;
281 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width;
284 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height
    [all...]

Completed in 1722 milliseconds

1 2 3 4 5 6 7