summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
committerJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
commitabc28ea135621af9735021ea27763cdf624aada5 (patch)
treee3e269e94898bbb105701379ce0c1d1f5603cf9c /sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
parent9d669beeaf822d69178437f9ca8b3305cd124817 (diff)
downloaddevice_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.zip
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.gz
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.bz2
Revert "Add color space convertor in SEC_OMX"
This reverts commit 7cf106ba5ff2dac2be536d8c84c715ca87d0a2d9.
Diffstat (limited to 'sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h')
-rw-r--r--sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
index 87e9b2d..e083998 100644
--- a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
+++ b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
@@ -285,6 +285,12 @@ extern "C" {
#endif
/*--------------------------------------------------------------------------------*/
+/* Format Conversion API */
+/*--------------------------------------------------------------------------------*/
+void Y_tile_to_linear_4x2(unsigned char *p_linear_addr, unsigned char *p_tiled_addr, unsigned int x_size, unsigned int y_size);
+void CbCr_tile_to_linear_4x2(unsigned char *p_linear_addr, unsigned char *p_tiled_addr, unsigned int x_size, unsigned int y_size);
+
+/*--------------------------------------------------------------------------------*/
/* Decoding APIs */
/*--------------------------------------------------------------------------------*/
void *SsbSipMfcDecOpen(void);