summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRishabh Garg2019-05-16 10:43:12 -0500
committerRishabh Garg2019-05-16 10:49:41 -0500
commit849cd08e26791769e716569435ecda4d8ac2142e (patch)
tree77d4cc830d034e6971de72d103005cb6acc9e1ad
parent3a8a387033bfae01362acc39b63bffb6a12beb71 (diff)
downloaddss-lld-849cd08e26791769e716569435ecda4d8ac2142e.tar.gz
dss-lld-849cd08e26791769e716569435ecda4d8ac2142e.tar.xz
dss-lld-849cd08e26791769e716569435ecda4d8ac2142e.zip
DSS Bring Up 5
- Added comments for raw image buffer Signed-off-by: Rishabh Garg <rishabh@ti.com>
-rwxr-xr-xexamples/dss_display_test/dss_display_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dss_display_test/dss_display_test.c b/examples/dss_display_test/dss_display_test.c
index d4033c3..1cb2a77 100755
--- a/examples/dss_display_test/dss_display_test.c
+++ b/examples/dss_display_test/dss_display_test.c
@@ -541,6 +541,7 @@ static int32_t DispApp_allocAndQueueFrames(const DispApp_Obj *appObj,
541 (uint64_t)(DISP_APP_DDR_LOAD_ADDRESS + 541 (uint64_t)(DISP_APP_DDR_LOAD_ADDRESS +
542 height*width*2U); 542 height*width*2U);
543 #if(1U == DISP_APP_RAW_DATA_INPUT) 543 #if(1U == DISP_APP_RAW_DATA_INPUT)
544 /* For raw image , treat vid buffer as Luma and initialize chroma */
544 uint32_t temp_addr = frm[frmId].addr[1U]; 545 uint32_t temp_addr = frm[frmId].addr[1U];
545 int32_t j; 546 int32_t j;
546 for(j=0;j<518400;j++) 547 for(j=0;j<518400;j++)