equal
deleted
inserted
replaced
63 TBool& aUpdateProcessingFunction) = 0; |
63 TBool& aUpdateProcessingFunction) = 0; |
64 |
64 |
65 // From COmxILPort |
65 // From COmxILPort |
66 IMPORT_C TBool IsTunnelledPortCompatible( |
66 IMPORT_C TBool IsTunnelledPortCompatible( |
67 const OMX_PARAM_PORTDEFINITIONTYPE& aPortDefinition) const = 0; |
67 const OMX_PARAM_PORTDEFINITIONTYPE& aPortDefinition) const = 0; |
68 |
68 |
|
69 IMPORT_C TBool UpdateColorFormat(OMX_COLOR_FORMATTYPE& aOldColor, OMX_COLOR_FORMATTYPE aNewColor, TBool& aUpdated); |
|
70 IMPORT_C TBool UpdateCodingType(OMX_VIDEO_CODINGTYPE& aOldCodingType, OMX_VIDEO_CODINGTYPE aNewCodingType, TBool& aUpdated); |
|
71 |
69 protected: |
72 protected: |
70 |
73 |
71 RArray<OMX_VIDEO_CODINGTYPE> iSupportedVideoFormats; |
74 RArray<OMX_VIDEO_CODINGTYPE> iSupportedVideoFormats; |
72 RArray<OMX_COLOR_FORMATTYPE> iSupportedColorFormats; |
75 RArray<OMX_COLOR_FORMATTYPE> iSupportedColorFormats; |
73 RArray<OMX_U32> iSupportedFrameRates; |
76 RArray<OMX_U32> iSupportedFrameRates; |