OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmt
(Results
1 - 5
of
5
) sorted by null
/external/testng/src/test/java/test/privatemethod/
PrivateMethodTest.java
18
PrivateMethodTest
pmt
= new PrivateMethodTest("aname", 1);
local
19
int returnValue =
pmt
.privateMethod();
/external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc
447
AM_MEDIA_TYPE *
pmt
= NULL;
local
472
hr = streamConfig->GetStreamCaps(tmp, &
pmt
,
476
if (
pmt
->majortype == MEDIATYPE_Video
477
&&
pmt
->formattype == FORMAT_VideoInfo2)
483
reinterpret_cast<VIDEOINFOHEADER2*> (
pmt
->pbFormat);
489
if (
pmt
->majortype == MEDIATYPE_Video
490
&&
pmt
->formattype == FORMAT_VideoInfo)
512
hr = streamConfig->GetStreamCaps(tmp, &
pmt
,
525
if (
pmt
->majortype == MEDIATYPE_Video
526
&&
pmt
->formattype == preferedVideoFormat
[
all
...]
video_capture_ds.cc
248
AM_MEDIA_TYPE *
pmt
= NULL;
local
264
&
pmt
, reinterpret_cast<BYTE*> (&caps));
267
if (
pmt
->formattype == FORMAT_VideoInfo2)
270
reinterpret_cast<VIDEOINFOHEADER2*> (
pmt
->pbFormat);
281
(
pmt
->pbFormat);
294
hr += streamConfig->SetFormat(
pmt
);
297
if (
pmt
->subtype == MEDIASUBTYPE_dvsl
298
||
pmt
->subtype == MEDIASUBTYPE_dvsd
299
||
pmt
->subtype == MEDIASUBTYPE_dvhd)
sink_filter_ds.cc
57
CaptureInputPin::GetMediaType (IN int iPosition, OUT CMediaType *
pmt
)
65
VIDEOINFOHEADER* pvi = (VIDEOINFOHEADER*)
pmt
->AllocFormatBuffer(
86
pmt
->SetType(&MEDIATYPE_Video);
87
pmt
->SetFormatType(&FORMAT_VideoInfo);
88
pmt
->SetTemporalCompression(FALSE);
106
pmt
->SetSubtype(&MEDIASUBTYPE_I420);
117
pmt
->SetSubtype(&MEDIASUBTYPE_YUY2);
128
pmt
->SetSubtype(&MEDIASUBTYPE_RGB24);
139
pmt
->SetSubtype(&MEDIASUBTYPE_UYVY);
150
pmt
->SetSubtype(&MEDIASUBTYPE_MJPG)
[
all
...]
sink_filter_ds.h
46
HRESULT GetMediaType (IN int iPos, OUT CMediaType *
pmt
);
47
HRESULT CheckMediaType (IN const CMediaType *
pmt
);
Completed in 2793 milliseconds