OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outcb
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
53
uint16_t *
outcb
= (uint16_t *) (outyuv + outYsize);
local
71
*
outcb
++ = tempV;
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
114
uint16_t *
outcb
= (uint16_t *) (outyuv + outYsize);
local
132
*
outcb
++ = tempV;
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
62
uint16_t *
outcb
= (uint16_t *) (outyuv + outYsize);
local
80
*
outcb
++ = tempV;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
613
uint16_t *
outcb
=
local
633
*
outcb
++ = tempV;
[
all
...]
Completed in 263 milliseconds