Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:colorFormat

644         OMX_COLOR_FORMATTYPE colorFormat) {
672 && format.eColorFormat == colorFormat) {
680 colorFormat, compressionFormat);
698 OMX_COLOR_FORMATTYPE colorFormat, int32_t width, int32_t height) {
699 switch (colorFormat) {
725 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat) {
729 *colorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
732 *colorFormat = (OMX_COLOR_FORMATTYPE) targetColorFormat;
736 return isColorFormatSupported(*colorFormat, kPortIndexInput);
740 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) {
741 ALOGV("isColorFormatSupported: %d", static_cast<int>(colorFormat));
760 if (portFormat.eColorFormat == colorFormat) {
762 return OK; // colorFormat is supported!
773 CODEC_LOGE("color format %d is not supported", colorFormat);
802 OMX_COLOR_FORMATTYPE colorFormat;
803 CHECK_EQ((status_t)OK, findTargetColorFormat(meta, &colorFormat));
812 colorFormat), (status_t)OK);
821 def.nBufferSize = getFrameSize(colorFormat,
832 video_def->eColorFormat = colorFormat;