Home
last modified time | relevance | path

Searched refs:getWidth (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/
H A Dobjects_update.h14 int getWidth() { return m_width; } in getWidth() function
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTVideoFrame.h34 UINT32 getWidth() const;
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp113 memset(buf,0x00,gb->getPixelFormat()*gb->getWidth()*gb->getHeight()); in GraphicBuffer_Fill()
115 ret = get_buf_from_file(buf, gb->getPixelFormat(), gb->getWidth(), gb->getHeight(), index); in GraphicBuffer_Fill()