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

  /hardware/qcom/media/mm-video-legacy/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-v4l2/vidc/common/src/
extra_data_handler.cpp 135 OMX_U32 i = 3, j=0, startcode; local
141 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
143 if (!startcode) {
144 startcode |= buf[i++];
147 if (startcode != H264_START_CODE) {
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2837 unsigned int startcode = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3140 unsigned int startcode = 0; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm_asm.S 48 # qhasm: startcode
    [all...]

Completed in 77 milliseconds