OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outRight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
239
int32_t* outLeft, int32_t*
outRight
, const char** outError,
243
*outLeft = *
outRight
= -1;
252
*
outRight
= width-2;
266
*
outRight
= i-1;
267
outRight
+= 2;
337
int32_t* outLeft, int32_t*
outRight
, const char** outError)
340
*outLeft = *
outRight
= 0;
361
(*
outRight
)++;
[
all
...]
/frameworks/base/tools/aapt2/compile/
Png.cpp
661
int32_t* outLeft, int32_t*
outRight
, const char** outError,
663
*outLeft = *
outRight
= -1;
672
*
outRight
= width-2;
686
*
outRight
= i-1;
687
outRight
+= 2;
752
int32_t*
outRight
, const char** outError) {
753
*outLeft = *
outRight
= 0;
773
(*
outRight
)++;
[
all
...]
/external/webrtc/webrtc/modules/media_file/
media_file_utility.cc
491
"
outRight
= 0x%x, bufSize= %" PRIuS ")",
555
int16_t*
outRight
= reinterpret_cast<int16_t*>(
563
outRight
[i] = sampleData[(2 * i) + 1];
[
all
...]
Completed in 129 milliseconds