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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3527 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3529 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingUnused);
3530 imageDef->eColorFormat = format;
3531 imageDef->nFrameWidth = width;
3532 imageDef->nFrameHeight = height;
3586 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3588 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingJPEG);
3589 imageDef->nFrameWidth = width;
3590 imageDef->nFrameHeight = height;
4193 const OMX_IMAGE_PORTDEFINITIONTYPE *imageDef local
4337 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
[all...]

Completed in 205 milliseconds