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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 150 rtc::Buffer bitstream1, bitstream2; local
152 EncodePacket<T>(encdec, nullptr, speech_data, &bitstream1);
159 ASSERT_EQ(bitstream1.size(), bitstream2.size());
160 EXPECT_EQ(bitstream1, bitstream2);
165 encdec, bitstream1.data(), bitstream1.size(), i, send_time,
166 channel1.Send(send_time, bitstream1.size())));
174 auto decoded1 = DecodePacket<T>(encdec, bitstream1);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 336 BitstreamEncVideo *bitstream1; /* Used for data partitioning */ member in struct:tagVideoEncData

Completed in 209 milliseconds