omxil/video/omxilvideoscheduler2/inc/videoscheduler.rh
branchOpenMAX-IL_SHAI
changeset 16 eedf2dcd43c6
equal deleted inserted replaced
15:c1e808730d6c 16:eedf2dcd43c6
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VIDEOSCHEDULER_RH
       
    20 #define VIDEOSCHEDULER_RH
       
    21 
       
    22 
       
    23 /**
       
    24 @publishedPartner
       
    25 @prototype
       
    26 
       
    27 Timed rendering configuration parameters
       
    28 */
       
    29 STRUCT TIMER_INFO
       
    30 	{
       
    31 	LONG initial_render_time;	// initial estimate of how long it takes the sink to render a frame
       
    32 	LONG max_lateness;			// how late a buffer can be before it will be dropped
       
    33 	}
       
    34 
       
    35 #endif /* VIDEOSCHEDULER_RH */