Searched refs:m_sParamAndroidImageGrid (Results 1 – 3 of 3) sorted by relevance
420 OMX_INIT_STRUCT(&m_sParamAndroidImageGrid, OMX_VIDEO_PARAM_ANDROID_IMAGEGRIDTYPE); in component_init()421 m_sParamAndroidImageGrid.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()422 m_sParamAndroidImageGrid.bEnabled = OMX_FALSE; in component_init()423 m_sParamAndroidImageGrid.nTileWidth = DEFAULT_TILE_DIMENSION; in component_init()424 m_sParamAndroidImageGrid.nTileHeight = DEFAULT_TILE_DIMENSION; in component_init()425 m_sParamAndroidImageGrid.nGridRows = DEFAULT_TILE_COUNT; in component_init()426 m_sParamAndroidImageGrid.nGridCols = DEFAULT_TILE_COUNT; in component_init()845 memcpy(&m_sParamAndroidImageGrid, pParam, sizeof(m_sParamAndroidImageGrid)); in set_parameter()
1725 memcpy(pParam, &m_sParamAndroidImageGrid, sizeof(m_sParamAndroidImageGrid)); in get_parameter()
733 OMX_VIDEO_PARAM_ANDROID_IMAGEGRIDTYPE m_sParamAndroidImageGrid; variable