OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUVinfo
(Results
1 - 8
of
8
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
Blend.h
107
int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height,
YUVinfo
&imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108
void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, int site_idx);
109
void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, double trs[3][3], int site_idx);
118
int PerformFinalBlending(
YUVinfo
&imgMos, MosaicRect &cropping_rect);
119
void CropFinalMosaic(
YUVinfo
&imgMos, MosaicRect &cropping_rect);
ImageUtils.h
139
* Used in
YUVinfo
to store separate YVU image planes.
152
class
YUVinfo
{
154
static
YUVinfo
*allocateImage(unsigned short width, unsigned short height);
155
static void mapYUVInfoToImage(
YUVinfo
*img, unsigned char *position);
ImageUtils.cpp
348
//
YUVInfo
struct (type + BimageInfo for Y,U, and V),
355
YUVinfo
*
YUVinfo
::allocateImage(unsigned short width, unsigned short height)
370
YUVinfo
*yuv = (
YUVinfo
*) calloc(sizeof(
YUVinfo
), 1);
395
// wrap
YUVInfo
row pointers around 3 contiguous image (color component) planes.
397
void
YUVinfo
::mapYUVInfoToImage(
YUVinfo
*img, unsigned char *position)
Blend.cpp
239
YUVinfo
*imgMos =
YUVinfo
::allocateImage(Mwidth, Mheight);
361
int width, int height,
YUVinfo
&imgMos, MosaicRect &rect,
581
void Blend::CropFinalMosaic(
YUVinfo
&imgMos, MosaicRect &cropping_rect)
620
int Blend::PerformFinalBlending(
YUVinfo
&imgMos, MosaicRect &cropping_rect)
802
void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, int site_idx)
872
void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, double trs[3][3], int site_idx)
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h
107
int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height,
YUVinfo
&imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108
void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, int site_idx);
109
void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, double trs[3][3], int site_idx);
118
int PerformFinalBlending(
YUVinfo
&imgMos, MosaicRect &cropping_rect);
119
void CropFinalMosaic(
YUVinfo
&imgMos, MosaicRect &cropping_rect);
ImageUtils.h
139
* Used in
YUVinfo
to store separate YVU image planes.
152
class
YUVinfo
{
154
static
YUVinfo
*allocateImage(unsigned short width, unsigned short height);
155
static void mapYUVInfoToImage(
YUVinfo
*img, unsigned char *position);
ImageUtils.cpp
348
//
YUVInfo
struct (type + BimageInfo for Y,U, and V),
355
YUVinfo
*
YUVinfo
::allocateImage(unsigned short width, unsigned short height)
370
YUVinfo
*yuv = (
YUVinfo
*) calloc(sizeof(
YUVinfo
), 1);
395
// wrap
YUVInfo
row pointers around 3 contiguous image (color component) planes.
397
void
YUVinfo
::mapYUVInfoToImage(
YUVinfo
*img, unsigned char *position)
Blend.cpp
251
YUVinfo
*imgMos =
YUVinfo
::allocateImage(Mwidth, Mheight);
375
int width, int height,
YUVinfo
&imgMos, MosaicRect &rect,
591
void Blend::CropFinalMosaic(
YUVinfo
&imgMos, MosaicRect &cropping_rect)
630
int Blend::PerformFinalBlending(
YUVinfo
&imgMos, MosaicRect &cropping_rect)
800
void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, int site_idx)
870
void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect,
YUVinfo
&imgMos, double trs[3][3], int site_idx)
[
all
...]
Completed in 122 milliseconds