Searched defs:imageDef (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp2240 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
2242 CHECK_EQ(imageDef->eCompressionFormat, OMX_IMAGE_CodingUnused);
2243 imageDef->eColorFormat = format;
2244 imageDef->nFrameWidth = width;
2245 imageDef->nFrameHeight = height;
2299 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
2301 CHECK_EQ(imageDef->eCompressionFormat, OMX_IMAGE_CodingJPEG);
2302 imageDef->nFrameWidth = width;
2303 imageDef->nFrameHeight = height;
2777 const OMX_IMAGE_PORTDEFINITIONTYPE *imageDef local
2885 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
[all...]

Completed in 31 milliseconds