OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSourceId
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/guestview/webview/
webview_constants.cc
49
const char
kSourceId
[] = "sourceId";
/external/chromium_org/media/filters/
pipeline_integration_test.cc
25
const char
kSourceId
[] = "SourceId";
287
chunk_demuxer_->Abort(
kSourceId
);
301
kSourceId
, file_data_->data() + current_position_, size);
307
CHECK(chunk_demuxer_->SetTimestampOffset(
kSourceId
, timestampOffset));
308
chunk_demuxer_->AppendData(
kSourceId
, pData, size);
309
CHECK(chunk_demuxer_->SetTimestampOffset(
kSourceId
, base::TimeDelta()));
354
CHECK_EQ(chunk_demuxer_->AddId(
kSourceId
, type, codecs), ChunkDemuxer::kOk);
[
all
...]
chunk_demuxer_unittest.cc
72
static const char
kSourceId
[] = "SourceId";
284
return AddId(
kSourceId
, true, true);
303
return AddId(
kSourceId
, true, true);
310
AppendData(
kSourceId
, data, length);
319
AppendCluster(
kSourceId
, cluster.Pass());
393
AppendInitSegmentWithSourceId(
kSourceId
, has_audio, has_video, false);
397
AppendInitSegmentWithSourceId(
kSourceId
, has_audio, has_video, true);
475
if (AddId(
kSourceId
, has_audio, has_video) != ChunkDemuxer::kOk)
479
kSourceId
, has_audio, has_video, has_text,
532
if (AddId(
kSourceId
, true, true) != ChunkDemuxer::kOk
[
all
...]
Completed in 255 milliseconds