![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
#include <stdio.h>#include <stdlib.h>#include <inttypes.h>#include <stdbool.h>#include "bitstreamf.h"函数 | |
| unsigned int | get_bits_long (GetBitContext *s, int n) |
| unsigned int | show_bits_long (GetBitContext *s, int n) |
| void | align_get_bits (GetBitContext *s) |
| void align_get_bits | ( | GetBitContext * | s | ) |
| unsigned int get_bits_long | ( | GetBitContext * | s, |
| int | n | ||
| ) |
reads 0-32 bits.
| unsigned int show_bits_long | ( | GetBitContext * | s, |
| int | n | ||
| ) |
shows 0-32 bits.
1.8.14