⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fbm_driver_api.h

📁 tuner扫描
💻 H
字号:
/*==========================================================================*/
/*     (Copyright (C) 2003 Koninklijke Philips Electronics N.V.             */
/*     All rights reserved.                                                 */
/*     This source code and any compilation or derivative thereof is the    */
/*     proprietary information of Koninklijke Philips Electronics N.V.      */
/*     and is confidential in nature.                                       */
/*     Under no circumstances is this software to be exposed to or placed   */
/*     under an Open Source License of any type without the expressed       */
/*     written permission of Koninklijke Philips Electronics N.V.           */
/*==========================================================================*/
/*==========================================================================*/
/*                                                                          
       SOURCE_FILE:    $RCSfile: fbm_driver_api.h,v $
       APPLICATION:                                                         
       PACKAGE:        Video Output  
       COMPONENT:      MPEG Video       
       VERSION:        $Revision: 1.7 $
       DATE:           $Date: 1998/04/29 12:14:08 $
                                                                            
       (C) 1997: Philips Export B.V.                                  
                                                                            
       All rights are reserved. Reproduction in whole or in part is         
       prohibited without the prior written consent of the copyright        
       owner. The information presented in this document does not           
       form part of any quotation or contract, is believed to be            
       accurate and reliable and may be changed without notice.             
       No liability will be accepted by the publisher for any               
       consequence of its use. Publication thereof does not convey          
       nor imply any license under patent- or other industrial or           
       intellectual property rights.                                        
*/                                                                          
/*==========================================================================*/

#ifndef _FBM_DRIVER_API_INCLUDED
#define _FBM_DRIVER_API_INCLUDED

#ifdef __cplusplus
extern "C" {
#endif

/*==========================================================================*/
/*        G L O B A L   F U N C T I O N   P R O T O T Y P E S               */
/*==========================================================================*/

/*EMPF======================================================================*/
/*MPF=======================================================================*/
/*
    FUNCTION NAME: MV_FBM_driver_dec_to_disp	

    DESCRIPTION:
    Update the dec_to_disp_N1 flag of FBM status

    RETURNS:
        MV_FBM_OK
	MV_FBM_NOT_OK

    CALLING SEQUENCE:
*/
extern int
MV_FBM_driver_dec_to_disp(
ULONG         msg_buf[4],
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*MPF=======================================================================*/
/*
    FUNCTION NAME: MV_FBM_driver_scan	

    DESCRIPTION:
    Update the scan status of FBM_status

    RETURNS:
        MV_FBM_OK
	MV_FBM_NOT_OK

    CALLING SEQUENCE:
*/
extern int
MV_FBM_driver_scan(
ULONG         msg_buf[4],
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*MPF=======================================================================*/
/*
    FUNCTION NAME: MV_FBM_driver_step	

    DESCRIPTION:
    Update the step status of FBM_status

    RETURNS:
        MV_FBM_OK
	MV_FBM_NOT_OK

    CALLING SEQUENCE:
*/
extern int
MV_FBM_driver_step(
ULONG         msg_buf[4],
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*MPF=======================================================================*/
/*
    FUNCTION NAME: MV_FBM_driver_freeze	

    DESCRIPTION:
    Update the freeze status of FBM_status

    RETURNS:
        MV_FBM_OK
	MV_FBM_NOT_OK

    CALLING SEQUENCE:
*/
extern int
MV_FBM_driver_freeze(
ULONG         msg_buf[4],
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*MPF=======================================================================*/
/*
    FUNCTION NAME: MV_FBM_driver_play	

    DESCRIPTION:
    Update the play status of FBM_status

    RETURNS:
        MV_FBM_OK
	MV_FBM_NOT_OK

    CALLING SEQUENCE:
*/
extern int
MV_FBM_driver_play(
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*MPF=======================================================================*/
/*  
    FUNCTION NAME:     MV_FBM_driver_pause

    PACKAGE:           MV_FBM

    SCOPE:             PACKAGE

    DESCRIPTION:  

    CALLING SEQUENCE:
*/
extern void     
MV_FBM_driver_pause(    
ULONG         msg_buf[4],
FBM_STATUS    *ou_fbm_status_ptr
);
/*EMP=======================================================================*/
/*EEMP======================================================================*/
#ifdef __cplusplus
}
#endif

#endif /* _FBM_DRIVER_API_INCLUDED */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -