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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 110 unsigned startCode;
143 startCode = 0xFFFFFFFF;
146 while(startCode != 0x1B6) {
148 startCode = (startCode << 8) | readStream;
156 startCode = 0xFFFFFFFF;
157 while ((startCode != 0x1B6)) {
159 startCode = (startCode << 8) | readStream;
182 unsigned startCode;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 51 int startCode = 0xFFFFFFFF;
57 while (startCode != USR_DATA_START_CODE) {
58 if (startCode == VOP_START_CODE) {
63 getAByte(strmBuffer, &startCode);
75 getAByte(strmBuffer, &startCode);
79 } while ((startCode >> 8) != MP4_START_CODE);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 86 uint32 startCode;
101 status = BitstreamShowBits32HC(stream, &startCode);
103 if (startCode == VISUAL_OBJECT_SEQUENCE_START_CODE)
    [all...]

Completed in 150 milliseconds