OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPosition
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc
57
CaptureInputPin::GetMediaType (IN int
iPosition
, OUT CMediaType * pmt)
62
if(
iPosition
< 0)
96
switch (
iPosition
+positionOffset)
159
iPosition
, _requestedCapability.width,
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp
208
int32_t
iPosition
= FXSYS_ftell(m_hFile);
209
int32_t iLen = std::min((m_iLength -
iPosition
) / 2, iMaxLength);
218
iPosition
+= iCount * 2;
219
if (FXSYS_ftell(m_hFile) !=
iPosition
) {
220
FXSYS_fseek(m_hFile,
iPosition
, 0);
222
bEOS = (
iPosition
>= m_iLength);
651
int32_t
iPosition
= m_pStreamImp->GetPosition();
693
m_pStreamImp->Seek(FX_STREAMSEEK_Begin, std::max(m_wBOMLength,
iPosition
));
988
int32_t
iPosition
= m_iStart + iOffset;
990
m_iPosition =
iPosition
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdrm.h
575
UINT
iPosition
,
584
UINT
iPosition
,
Completed in 74 milliseconds