Searched refs:B (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 712 static void get_rgb_color(RK_U32 *R, RK_U32 *G, RK_U32 *B, RK_S32 x, RK_S32 y, RK_S32 frm_cnt) in get_rgb_color() argument 718 B[0] = 0; in get_rgb_color() 726 B[0] = 0; in get_rgb_color() 734 B[0] = 0xff; in get_rgb_color() 749 B[0] = MPP_CLIP3(0, 255, _B); in get_rgb_color() 752 static void fill_MPP_FMT_RGB565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB565() argument 761 (((B >> 3) & 0x1f) << 0); in fill_MPP_FMT_RGB565() 771 static void fill_MPP_FMT_BGR565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR565() argument 780 (((B >> 3) & 0x1f) << 11); in fill_MPP_FMT_BGR565() 790 static void fill_MPP_FMT_RGB555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB555() argument [all …]
|
| /rockchip-linux_mpp/doc/design/ |
| H A D | 2.kernel_driver.txt | 14 | client A | | client B | | client C | 22 | session A | | session B | | session C |
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 641 | rc:qp_min | S32 | RK_S32 | 表示P、B帧的最小QP值。 … 642 | rc:qp_max | S32 | RK_S32 | 表示P、B帧的最大QP值。 … 665 … | S32 | RK_S32 | 表示H.264码流格式类型。 0 – 表示Annex-B格式,即用00 00 00 01的起始码对… 683 | h264:qp_max | S32 | RK_S32 | 表示P、B帧的最大QP值,同rc:qp_max,用于… 684 | h264:qp_min | S32 | RK_S32 | 表示P、B帧的最小QP值,同rc:qp_min,用于… 703 | h265:qp_max | S32 | RK_S32 | 表示P、B帧的最大QP值,同rc:qp_max,用于… 704 | h265:qp_min | S32 | RK_S32 | 表示P、B帧的最小QP值,同rc:qp_min,用于… 712 | vp8:qp_max | S32 | RK_S32 | 表示P、B帧的最大QP值,同rc:qp_max,用于… 713 | vp8:qp_min | S32 | RK_S32 | 表示P、B帧的最小QP值,同rc:qp_min,用于… 994 其中,qp表示质量参数;init表示初值;min表示最小值;max表示最大值;后缀i表示I帧最值,未标注则表示B、P帧最值。
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 610 …B format, that is, the start code of 00 00 00 01 is added.<br>1-indicates a format without a start… 934 …; the suffix i indicates the maximum value of I frames if unspecified, representing B and P frames.
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 357 - [h264d]: remove error check for B frame has only one ref
|