equal
deleted
inserted
replaced
51 { |
51 { |
52 __ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady)); |
52 __ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady)); |
53 iOutputInfoImpl.SetSamplingL(aSampling); |
53 iOutputInfoImpl.SetSamplingL(aSampling); |
54 } |
54 } |
55 |
55 |
56 }//namespace ImageProcessor |
56 /** |
|
57 Retrieves access to a custom extension. |
57 |
58 |
|
59 @param aExtension |
|
60 The UID of the extension to be retrieved |
|
61 |
|
62 @return Extension corresponding to the UID given as a parameter. |
|
63 */ |
|
64 EXPORT_C TAny* TOutputInfo::Extension(TUid /*aExtension*/) const |
|
65 { |
|
66 return NULL; |
|
67 } |
|
68 }//namespace ImageProcessor |
58 //EOF |
69 //EOF |