Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp_impl.cpp171 RK_U32 img_w = width / step; in dump_frame() local
174 img_w -= img_w & 0x1; in dump_frame()
177 for (j = 0; j < img_w; j++) in dump_frame()
179 pdes += img_w; in dump_frame()
183 pdes = tmp + img_w * img_h; in dump_frame()
185 for (j = 0; j < (img_w / 2); j++) { in dump_frame()
189 pdes += img_w; in dump_frame()
192 width = img_w; in dump_frame()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTMediaRockx.h111 INT32 img_w; member