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

  /hardware/qcom/media/mm-video/vidc/common/src/
extra_data_handler.cpp 128 OMX_U32 i = 3, j=0, startcode; local
134 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
136 if (!startcode) {
137 startcode |= buf[i++];
139 if(startcode != H264_START_CODE) {
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 2841 unsigned int startcode = 0; local
    [all...]

Completed in 62 milliseconds