summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
diff options
context:
space:
mode:
authorSeungBeom Kim <sbcrux.kim@samsung.com>2011-07-18 11:18:27 +0900
committerJames Dong <jdong@google.com>2011-07-25 10:03:49 -0700
commit5af084cebef71cbe8990a96e73b37cc5fdfce462 (patch)
tree3aba03155c9f858898b66a0955fe173bff68b0b6 /sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
parentabc28ea135621af9735021ea27763cdf624aada5 (diff)
downloaddevice_samsung_crespo-5af084cebef71cbe8990a96e73b37cc5fdfce462.zip
device_samsung_crespo-5af084cebef71cbe8990a96e73b37cc5fdfce462.tar.gz
device_samsung_crespo-5af084cebef71cbe8990a96e73b37cc5fdfce462.tar.bz2
Add color space convertor in SEC_OMX
NV12T to YUV420P NV12T to YUV420SP YUV420P to NV12T YUV420SP to NV12T Change-Id: I769bea28953786a9191824c488a633e8c997520f Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
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, 0 insertions, 6 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 e083998..87e9b2d 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,12 +285,6 @@ 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);