libxcoder  3.5.1
test_rsrc_api_logan.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "ni_rsrc_api_logan.h"
#include "ni_rsrc_priv_logan.h"
#include "ni_util_logan.h"

Go to the source code of this file.

Functions

void getStr (const char *prompt, char *str)
 
int getCmd (const char *prompt)
 
void change_log_level (void)
 
int getInt (const char *prompt)
 
float getFloat (const char *prompt)
 
long getLong (const char *prompt)
 
void listOneTypeCoders (void)
 
void listModuleId (void)
 
void listAllCodersFull (void)
 
void updateCoderLoad (void)
 
void getCoderDetailInfo (void)
 
void getLeastUsedCoderForVideo (void)
 
void allocAuto (void)
 
void allocDirect (void)
 
void releaseEncRsrc (void)
 
void deleteCoder (void)
 
void addCoder (void)
 
void checkHW (void)
 
void checkHWInfo (void)
 
int main (void)
 

Function Documentation

◆ addCoder()

void addCoder ( void  )

Definition at line 472 of file test_rsrc_api_logan.c.

◆ allocAuto()

void allocAuto ( void  )

Definition at line 380 of file test_rsrc_api_logan.c.

◆ allocDirect()

void allocDirect ( void  )

Definition at line 407 of file test_rsrc_api_logan.c.

◆ change_log_level()

void change_log_level ( void  )

Definition at line 94 of file test_rsrc_api_logan.c.

◆ checkHW()

void checkHW ( void  )

Definition at line 488 of file test_rsrc_api_logan.c.

◆ checkHWInfo()

void checkHWInfo ( void  )

Definition at line 516 of file test_rsrc_api_logan.c.

◆ deleteCoder()

void deleteCoder ( void  )

Definition at line 458 of file test_rsrc_api_logan.c.

◆ getCmd()

int getCmd ( const char *  prompt)

Definition at line 79 of file test_rsrc_api_logan.c.

◆ getCoderDetailInfo()

void getCoderDetailInfo ( void  )

Definition at line 330 of file test_rsrc_api_logan.c.

◆ getFloat()

float getFloat ( const char *  prompt)

Definition at line 138 of file test_rsrc_api_logan.c.

◆ getInt()

int getInt ( const char *  prompt)

Definition at line 123 of file test_rsrc_api_logan.c.

◆ getLeastUsedCoderForVideo()

void getLeastUsedCoderForVideo ( void  )

Definition at line 353 of file test_rsrc_api_logan.c.

◆ getLong()

long getLong ( const char *  prompt)

Definition at line 153 of file test_rsrc_api_logan.c.

◆ getStr()

void getStr ( const char *  prompt,
char *  str 
)

Definition at line 56 of file test_rsrc_api_logan.c.

◆ listAllCodersFull()

void listAllCodersFull ( void  )

Definition at line 259 of file test_rsrc_api_logan.c.

◆ listModuleId()

void listModuleId ( void  )

Definition at line 198 of file test_rsrc_api_logan.c.

◆ listOneTypeCoders()

void listOneTypeCoders ( void  )

Definition at line 168 of file test_rsrc_api_logan.c.

◆ main()

int main ( void  )

Definition at line 534 of file test_rsrc_api_logan.c.

◆ releaseEncRsrc()

void releaseEncRsrc ( void  )

Definition at line 432 of file test_rsrc_api_logan.c.

◆ updateCoderLoad()

void updateCoderLoad ( void  )

Definition at line 292 of file test_rsrc_api_logan.c.