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

  /external/opencore/protocols/rtp_payload_parser/rfc_2429/src/
h263_payload_parser.cpp 127 VirtualBuffer<uint8> outFrags;
128 input.createSubBuffer(outFrags);
129 outFrags.copy(output.vfragments);
141 VirtualBuffer<uint8> outFrags;
142 input.createSubBuffer(outFrags);
143 outFrags.copy(output.vfragments);
154 VirtualBuffer<uint8> outFrags;
155 input.createSubBuffer(outFrags);
156 outFrags.copy(output.vfragments);
164 VirtualBuffer<uint8> outFrags;
    [all...]

Completed in 33 milliseconds