OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempU
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp
218
uint8_t *tempY,*
tempU
,*tempV;
224
tempU
= outYUV + (height_dst * pitch_dst);
225
tempV =
tempU
+ 1;
267
tempU
[0] = u;
269
tempU
+= 2;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
155
uint32_t
tempU
= temp & 0xFF;
156
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
163
*outcr++ =
tempU
;
/frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp
127
uint32_t
tempU
= temp & 0xFF;
128
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
135
*outcr++ =
tempU
;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
626
uint32_t
tempU
= temp & 0xFF;
627
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
634
*outcr++ =
tempU
;
[
all
...]
Completed in 304 milliseconds