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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.h 19 const unsigned int StartPacket = 0x1;
61 PacketInfo[MI] |= Hexagon::StartPacket;
68 (PacketInfo.find(MI)->second & Hexagon::StartPacket));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 61 int32 startPacket;
124 startPacket = getPointer(stream);
161 movePointerTo(stream, (startPacket & -8));
176 movePointerTo(stream, (startPacket & -8));

Completed in 121 milliseconds