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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 93 m_posInfo.bitPos = 0;
94 m_posInfo.bytePtr = psBits->data;
97 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
99 if(m_posInfo.bytePtr) {
103 m_posInfo.bitPos = 0;
104 m_posInfo.bytePtr = psBits->data;
106 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
108 if(m_posInfo.bytePtr)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 98 m_posInfo.bitPos = 0;
99 m_posInfo.bytePtr = psBits->data;
102 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
105 if (m_posInfo.bytePtr) {
109 m_posInfo.bitPos = 0;
110 m_posInfo.bytePtr = psBits->data;
112 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
115 if (m_posInfo.bytePtr)
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 159 posInfoType m_posInfo;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 156 posInfoType m_posInfo;

Completed in 25 milliseconds