OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buffer_timestamps
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/formats/mp2t/
es_parser_h264_unittest.cc
180
std::string
buffer_timestamps
= buffer_timestamps_stream.str();
local
182
buffer_timestamps
, base::TRIM_ALL, &
buffer_timestamps
);
183
EXPECT_EQ(buffer_timestamps_,
buffer_timestamps
);
/external/chromium_org/media/filters/
chunk_demuxer_unittest.cc
1976
struct BufferTimestamps
buffer_timestamps
[] = {
local
1995
struct BufferTimestamps
buffer_timestamps
[] = {
local
2009
struct BufferTimestamps
buffer_timestamps
[] = {
local
2029
struct BufferTimestamps
buffer_timestamps
[] = {
local
2049
struct BufferTimestamps
buffer_timestamps
[] = {
local
[
all
...]
source_buffer_stream_unittest.cc
519
std::vector<std::string>
buffer_timestamps
;
local
520
base::SplitString(timestamps[i], '|', &
buffer_timestamps
);
522
if (
buffer_timestamps
.size() == 1)
523
buffer_timestamps
.push_back(
buffer_timestamps
[0]);
525
CHECK_EQ(2u,
buffer_timestamps
.size());
529
CHECK(base::StringToInt(
buffer_timestamps
[0], &pts_in_ms));
530
CHECK(base::StringToInt(
buffer_timestamps
[1], &dts_in_ms));
[
all
...]
Completed in 214 milliseconds