Searched defs:indexFull (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp287 int32_t indexFull = index; local
289 switch (indexFull) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp355 const int32_t indexFull = index; local
357 switch (indexFull) {
421 const int32_t indexFull = index; local
423 switch (indexFull) {
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp422 int32_t indexFull = index; local
424 switch (indexFull) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp317 const int32_t indexFull = index; local
319 switch (indexFull) {
H A DSoftVideoEncoderOMXComponent.cpp208 const int32_t indexFull = index; local
210 switch (indexFull) {
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp974 int32_t indexFull = index; local
976 switch (indexFull) {

Completed in 844 milliseconds