OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitstream2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc
150
rtc::Buffer bitstream1,
bitstream2
;
local
153
int duration2_ms = EncodePacket<T>(enc, &bi, speech_data, &
bitstream2
);
159
ASSERT_EQ(bitstream1.size(),
bitstream2
.size());
160
EXPECT_EQ(bitstream1,
bitstream2
);
168
dec,
bitstream2
.data(),
bitstream2
.size(), i, send_time,
169
channel2.Send(send_time,
bitstream2
.size())));
175
auto decoded2 = DecodePacket<T>(dec,
bitstream2
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
336
BitstreamEncVideo *
bitstream2
; /* and combined modes as */
member in struct:tagVideoEncData
Completed in 52 milliseconds