Home
last modified time | relevance | path

Searched refs:space (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md32 - Video copy, zoom, color space conversion, Field video de-interleaving (Deinterlace)
142 …the display side). At the same time users are required to know the memory space requirement of the…
161 | data | void \* | Represents start address of the buffer space. …
162 | size | size_t | Represents size of the buffer space. …
163 | pos | void \* | Represents start address of valid data in the buffer space. …
164 | length | size_t | Represents length of valid data in the buffer space. If the len…
221 | fmt | MppFrameFormat | Represents image color space format and memory arrangement: !…
222 | color_range | MppFrameColorRange | Represents the color space range of image data: <br>YUV full r…
341 …e space size requirement will be calculated in MPP decoder according to different chip platform an…
441space to write pixel data. When decoding is completed, the memory space needs to be handed over to…
[all …]
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c796 char space[17] = " "; in write_indent() local
802 if (write_byte_f(str, space, &indent_width)) in write_indent()