OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsi
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvdpstereo.cpp
107
uchar*
dsi
= (uchar*)cvAlloc(sizeof(uchar)*imgW*dispH);
local
134
dsi
+= imgW;
141
dsi
[j] = (uchar)t;
145
dsi
[j] = (uchar)t;
149
dsi
[j] = 0;
153
dsi
-= (maxDisparity+1)*imgW;
200
int s =
dsi
[d*imgW+x];
469
cvFree( &
dsi
);
/libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java
74
DatagramSocketImpl
dsi
= dsf.createDatagramSocketImpl();
local
76
assertNull(
dsi
.getOption(0));
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c
289
// Remove the hardcoded
DSI
values of H264Block2
672
mMp4FileDataPtr->audioTrackPtr->
DSI
= M4OSA_NULL;
773
/*Use given
DSI
if passed, else use default value*/
776
/*amr
DSI
is 9 bytes long !*/
781
mMp4FileDataPtr->audioTrackPtr->
DSI
=
783
(M4OSA_Char *)"audioTrackPtr->
DSI
");
784
ERR_CHECK(mMp4FileDataPtr->audioTrackPtr->
DSI
!= M4OSA_NULL,
787
(void *)mMp4FileDataPtr->audioTrackPtr->
DSI
,
793
mMp4FileDataPtr->audioTrackPtr->
DSI
=
796
0; /*but the actual static
dsi
is 9 bytes !*
2848
M4OSA_UInt8
dsi
= 0;
local
[
all
...]
Completed in 184 milliseconds