|
libxcoder
3.5.4
|
#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) |
| void addCoder | ( | void | ) |
Definition at line 472 of file test_rsrc_api_logan.c.
| void allocAuto | ( | void | ) |
Definition at line 380 of file test_rsrc_api_logan.c.
| void allocDirect | ( | void | ) |
Definition at line 407 of file test_rsrc_api_logan.c.
| void change_log_level | ( | void | ) |
Definition at line 94 of file test_rsrc_api_logan.c.
| void checkHW | ( | void | ) |
Definition at line 488 of file test_rsrc_api_logan.c.
| void checkHWInfo | ( | void | ) |
Definition at line 516 of file test_rsrc_api_logan.c.
| void deleteCoder | ( | void | ) |
Definition at line 458 of file test_rsrc_api_logan.c.
| int getCmd | ( | const char * | prompt | ) |
Definition at line 79 of file test_rsrc_api_logan.c.
| void getCoderDetailInfo | ( | void | ) |
Definition at line 330 of file test_rsrc_api_logan.c.
| float getFloat | ( | const char * | prompt | ) |
Definition at line 138 of file test_rsrc_api_logan.c.
| int getInt | ( | const char * | prompt | ) |
Definition at line 123 of file test_rsrc_api_logan.c.
| void getLeastUsedCoderForVideo | ( | void | ) |
Definition at line 353 of file test_rsrc_api_logan.c.
| long getLong | ( | const char * | prompt | ) |
Definition at line 153 of file test_rsrc_api_logan.c.
| void getStr | ( | const char * | prompt, |
| char * | str | ||
| ) |
Definition at line 56 of file test_rsrc_api_logan.c.
| void listAllCodersFull | ( | void | ) |
Definition at line 259 of file test_rsrc_api_logan.c.
| void listModuleId | ( | void | ) |
Definition at line 198 of file test_rsrc_api_logan.c.
| void listOneTypeCoders | ( | void | ) |
Definition at line 168 of file test_rsrc_api_logan.c.
| int main | ( | void | ) |
Definition at line 534 of file test_rsrc_api_logan.c.
| void releaseEncRsrc | ( | void | ) |
Definition at line 432 of file test_rsrc_api_logan.c.
| void updateCoderLoad | ( | void | ) |
Definition at line 292 of file test_rsrc_api_logan.c.