OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempV
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp
218
uint8_t *tempY,*tempU,*
tempV
;
225
tempV
= tempU + 1;
268
tempV
[0] = v;
270
tempV
+= 2;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
158
uint32_t
tempV
= (temp >> 8) & 0xFF;
159
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
162
*outcb++ =
tempV
;
/frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp
130
uint32_t
tempV
= (temp >> 8) & 0xFF;
131
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
134
*outcb++ =
tempV
;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
629
uint32_t
tempV
= (temp >> 8) & 0xFF;
630
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
633
*outcb++ =
tempV
;
[
all
...]
Completed in 27 milliseconds