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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3523 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3525 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingUnused);
3526 imageDef->eColorFormat = format;
3527 imageDef->nFrameWidth = width;
3528 imageDef->nFrameHeight = height;
3582 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
3584 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingJPEG);
3585 imageDef->nFrameWidth = width;
3586 imageDef->nFrameHeight = height;
4189 const OMX_IMAGE_PORTDEFINITIONTYPE *imageDef local
4333 OMX_IMAGE_PORTDEFINITIONTYPE *imageDef = &def.format.image; local
[all...]

Completed in 464 milliseconds