HomeSort by relevance Sort by last modified time
    Searched refs:m_nkind (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 129 // Copy the role information which provides the decoder m_nkind
130 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
133 if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
138 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
142 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
146 } else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
153 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
159 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc", \
163 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc.secure", \
525 DEBUG_PRINT_INFO("Component_init : %s : return = 0x%x", m_nkind, eRet)
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 107 // Copy the role information which provides the decoder m_nkind
108 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
110 if(!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
123 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
129 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
783 if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
791 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
799 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
827 if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.avc",OMX_MAX_STRINGNAME_SIZE)
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 329 OMX_U8 m_nkind[128]; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 354 OMX_U8 m_nkind[128]; member in class:omx_video

Completed in 139 milliseconds