OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_stream_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc
425
memset(&
input_stream_info_
, 0, sizeof(
input_stream_info_
));
505
input_stream_info_
.cbSize,
506
input_stream_info_
.cbAlignment));
752
HRESULT hr = decoder_->GetInputStreamInfo(0, &
input_stream_info_
);
759
DVLOG(1) << "Max latency: " <<
input_stream_info_
.hnsMaxLatency;
763
CHECK_EQ(
input_stream_info_
.dwFlags, 0x7u);
765
DVLOG(1) << "Min buffer size: " <<
input_stream_info_
.cbSize;
766
DVLOG(1) << "Max lookahead: " <<
input_stream_info_
.cbMaxLookahead;
767
DVLOG(1) << "Alignment: " <<
input_stream_info_
.cbAlignment
[
all
...]
dxva_video_decode_accelerator.h
175
MFT_INPUT_STREAM_INFO
input_stream_info_
;
member in class:content::DXVAVideoDecodeAccelerator
Completed in 28 milliseconds