Home
last modified time | relevance | path

Searched refs:initCheck (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_graphicbuffer_demo.cpp83 if (src_gb->initCheck()) { in main()
88 if (dst_gb->initCheck()) { in main()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTMediaPlayerInterface.h51 virtual rt_status initCheck() = 0;
H A DRTMediaPlayer.h50 virtual rt_status initCheck();
/OK3568_Linux_fs/kernel/include/linux/
H A Dlz4.h101 uint32_t initCheck; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp151 if (gb->initCheck()) { in GraphicBuffer_Init()
158 if (gb->initCheck()) { in GraphicBuffer_Init()
/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4_compress.c783 if ((dict->initCheck) in LZ4_loadDict()
866 if (streamPtr->initCheck) { in LZ4_compress_fast_continue()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp91 if (gb->initCheck()) { in GraphicBuffer_Init()