Linux Kernel
3.7.1
|
#include <linux/fb.h>
#include <linux/file.h>
#include <linux/delay.h>
#include <linux/msm_mdp.h>
#include <linux/platform_data/video-msm_fb.h>
#include "mdp_hw.h"
#include "mdp_scale_tables.h"
Go to the source code of this file.
Data Structures | |
struct | mdp_regs |
Macros | |
#define | DLOG(x...) do {} while (0) |
#define | MDP_DOWNSCALE_BLUR (MDP_DOWNSCALE_MAX + 1) |
#define | GET_BIT_RANGE(value, high, low) (((1 << (high - low + 1)) - 1) & (value >> low)) |
#define | ONE_HALF (1LL << 32) |
#define | ONE (1LL << 33) |
#define | TWO (2LL << 33) |
#define | THREE (3LL << 33) |
#define | FRAC_MASK (ONE - 1) |
#define | INT_MASK (~FRAC_MASK) |
#define | IMG_LEN(rect_h, w, rect_w, bpp) (((rect_h) * w) * bpp) |
#define | Y_TO_CRCB_RATIO(format) |
Enumerations | |
enum | { IMG_LEFT, IMG_RIGHT, IMG_TOP, IMG_BOTTOM } |
Functions | |
int | mdp_ppp_blit (const struct mdp_info *mdp, struct mdp_blit_req *req, struct file *src_file, unsigned long src_start, unsigned long src_len, struct file *dst_file, unsigned long dst_start, unsigned long dst_len) |
#define MDP_DOWNSCALE_BLUR (MDP_DOWNSCALE_MAX + 1) |
#define Y_TO_CRCB_RATIO | ( | format | ) |
anonymous enum |