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

/frameworks/native/include/media/openmax/
H A DOMX_Image.h121 * eCompressionFormat : Compression format used in this instance of
136 OMX_IMAGE_CODINGTYPE eCompressionFormat; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
152 * eCompressionFormat : Compression format used in this instance of the
162 OMX_IMAGE_CODINGTYPE eCompressionFormat; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Video.h135 * eCompressionFormat : Compression format used in this instance of the
152 OMX_VIDEO_CODINGTYPE eCompressionFormat; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
167 * eCompressionFormat : Compression format used in this instance of the
178 OMX_VIDEO_CODINGTYPE eCompressionFormat; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp255 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
282 def.format.video.eCompressionFormat =
334 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
343 formatParams->eCompressionFormat =
461 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused ||
469 def->format.video.eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
471 def->format.video.eCompressionFormat != OMX_VIDEO_CodingH263) ||
523 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused ||
535 formatParams->eCompressionFormat != OMX_VIDEO_CodingH263) ||
537 formatParams->eCompressionFormat !
[all...]
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp85 def.format.video.eCompressionFormat = OMX_VIDEO_CodingVPX;
110 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
165 formatParams->eCompressionFormat = OMX_VIDEO_CodingVPX;
171 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp393 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
416 def.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
464 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
473 formatParams->eCompressionFormat = OMX_VIDEO_CodingAVC;
573 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused ||
580 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingAVC ||
631 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused ||
642 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingAVC ||
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp128 def.format.video.eCompressionFormat =
155 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
187 formatParams->eCompressionFormat =
196 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp127 def.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
152 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
187 formatParams->eCompressionFormat = OMX_VIDEO_CodingAVC;
193 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp663 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d",
665 index, format.eCompressionFormat, format.eColorFormat);
668 if (format.eCompressionFormat == compressionFormat
828 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
852 video_def->eCompressionFormat = compressionFormat;
1214 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
1277 video_def->eCompressionFormat = compressionFormat;
3519 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingUnused);
3578 CHECK_EQ((int)imageDef->eCompressionFormat, (int)OMX_IMAGE_CodingJPEG);
4191 printf(" eCompressionFormat
[all...]
H A DACodec.cpp1362 // eCompressionFormat does not seem right.
1367 && compressionFormat == format.eCompressionFormat) {
1374 if (format.eCompressionFormat == compressionFormat
1404 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
1548 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
1593 video_def->eCompressionFormat = compressionFormat;
2002 video_def->eCompressionFormat = compressionFormat;

Completed in 507 milliseconds