Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/
H A Drga_async_demo.cpp48 int tmp_width, tmp_height, tmp_format; in main() local
67 tmp_format = RK_FORMAT_RGBA_8888; in main()
74 tmp_buf_size = tmp_width * tmp_height * get_bpp_from_format(tmp_format); in main()
98 tmp_img = wrapbuffer_handle(tmp_handle, tmp_width, tmp_height, tmp_format); in main()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp346 struct v4l2_format tmp_format = format; in set_format() local
367 …if (tmp_format.fmt.pix.width != format.fmt.pix.width || tmp_format.fmt.pix.height != format.fmt.pi… in set_format()