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/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
64
uint32_t
tempU
= temp & 0xFF;
65
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
72
*outcr++ =
tempU
;
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
125
uint32_t
tempU
= temp & 0xFF;
126
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
133
*outcr++ =
tempU
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
73
uint32_t
tempU
= temp & 0xFF;
74
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
81
*outcr++ =
tempU
;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
626
uint32_t
tempU
= temp & 0xFF;
627
tempU
=
tempU
| ((temp >> 8) & 0xFF00);
634
*outcr++ =
tempU
;
[
all
...]
Completed in 68 milliseconds