Lines Matching refs:heights
2039 size_t *heights, in get_cv_pixel_info() argument
2079 heights[0] = avctx->height; in get_cv_pixel_info()
2083 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2091 heights[0] = avctx->height; in get_cv_pixel_info()
2095 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2099 heights[2] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2107 heights[0] = avctx->height; in get_cv_pixel_info()
2114 heights[0] = avctx->height; in get_cv_pixel_info()
2118 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2136 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) { in get_cv_pixel_info()
2141 *contiguous_buf_size += strides[i] * heights[i]; in get_cv_pixel_info()
2247 size_t heights[AV_NUM_DATA_POINTERS]; in create_cv_pixel_buffer() local
2265 memset(heights, 0, sizeof(heights)); in create_cv_pixel_buffer()
2274 heights, in create_cv_pixel_buffer()
2327 status = copy_avframe_to_pixel_buffer(avctx, frame, *cv_img, strides, heights); in create_cv_pixel_buffer()