Home
last modified time | relevance | path

Searched refs:getHeight (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.h15 int getHeight() { return m_height; } in getHeight() function
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTVideoFrame.h35 UINT32 getHeight() 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()