Searched refs:caps_size (Results 1 – 2 of 2) sorted by relevance
1223 int caps_size = 0; in getCaps() local1232 caps_size = ((sizeof(OMX_TI_CAPTYPE)+4095)/4096)*4096; in getCaps()1233 caps = (OMX_TI_CAPTYPE**) memMgr.allocateBuffer(0, 0, NULL, caps_size, 1); in getCaps()1247 sharedBuffer.nSharedBuffSize = caps_size; in getCaps()
2400 int caps_size = 0; in getCaps() local2416 caps_size = ((sizeof(OMX_TI_CAPTYPE)+4095)/4096)*4096; in getCaps()2417 bufferlist = memMgr.allocateBufferList(0, 0, NULL, caps_size, 1); in getCaps()2432 sharedBuffer.nSharedBuffSize = caps_size; in getCaps()