Searched refs:m_cRole (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_encoder.cpp | 113 strlcpy((char *)m_cRole, "video_encoder.mpeg4",\ in component_init() 120 strlcpy((char *)m_cRole, "video_encoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init() 126 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init() 132 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init() 817 strlcpy((char*)m_cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in set_parameter() 829 strlcpy((char*)m_cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in set_parameter() 841 strlcpy((char*)m_cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE); in set_parameter()
|
D | omx_video_base.cpp | 1692 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,OMX_MAX_STRINGNAME_SIZE); in get_parameter()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1238 strlcpy((char *)m_cRole, "video_decoder.mpeg4",\ in component_init() 1253 strlcpy((char *)m_cRole, "video_decoder.mpeg2",\ in component_init() 1267 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init() 1280 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1292 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1305 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1318 strlcpy((char *)m_cRole, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init() 1332 strlcpy((char *)m_cRole, "video_decoder.vc1",OMX_MAX_STRINGNAME_SIZE); in component_init() 1344 strlcpy((char *)m_cRole, "video_decoder.vc1",OMX_MAX_STRINGNAME_SIZE); in component_init() 2677 strlcpy((char*)comp_role->cRole,(const char*)m_cRole, in get_parameter() [all …]
|
D | omx_vdec.cpp | 1232 strlcpy((char *)m_cRole, "video_decoder.mpeg4",\ in component_init() 1247 strlcpy((char *)m_cRole, "video_decoder.mpeg2",\ in component_init() 1261 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init() 1275 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1293 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1311 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1331 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init() 1351 strlcpy((char *)m_cRole, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init() 1364 strlcpy((char *)m_cRole, "video_decoder.vc1",OMX_MAX_STRINGNAME_SIZE); in component_init() 1376 strlcpy((char *)m_cRole, "video_decoder.vc1",OMX_MAX_STRINGNAME_SIZE); in component_init() [all …]
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_base.h | 588 OMX_U8 m_cRole[OMX_MAX_STRINGNAME_SIZE]; variable
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 743 OMX_U8 m_cRole[OMX_MAX_STRINGNAME_SIZE]; variable
|