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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3650 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3652 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingUnused);
3653 imageDef->eColorFormat = format;
3654 imageDef->nFrameWidth = width;
3655 imageDef->nFrameHeight = height;
3709 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3711 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingJPEG);
3712 imageDef->nFrameWidth = width;
3713 imageDef->nFrameHeight = height;
4103 const OMX_IMAGE_PORTDEFINITIONTYPE *imageDef local
4247 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
[all...]

Completed in 47 milliseconds