OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cRole
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
98
strncpy((char *)
m_cRole
, "video_encoder.mpeg4",\
105
strncpy((char *)
m_cRole
, "video_encoder.h263",OMX_MAX_STRINGNAME_SIZE);
111
strncpy((char *)
m_cRole
, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE);
675
strncpy((char*)
m_cRole
,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE);
687
strncpy((char*)
m_cRole
,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE);
699
strncpy((char*)
m_cRole
,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE);
[
all
...]
omx_video_base.cpp
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h
493
OMX_U8
m_cRole
[OMX_MAX_STRINGNAME_SIZE];
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
573
OMX_U8
m_cRole
[OMX_MAX_STRINGNAME_SIZE];
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
879
strncpy((char *)
m_cRole
, "video_decoder.mpeg4",\
890
strncpy((char *)
m_cRole
, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE);
900
strncpy((char *)
m_cRole
, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE);
910
strncpy((char *)
m_cRole
, "video_decoder.vc1",OMX_MAX_STRINGNAME_SIZE);
[
all
...]
Completed in 1337 milliseconds