HomeSort by relevance Sort by last modified time
    Searched refs:indexU (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 200 int indexU = row * (width >> 1) + i;
203 uRows[indexU] = yuvSeg[1];
204 vRows[indexU] = yuvSeg[3];
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 283 uint16_t indexU = static_cast<uint16_t>(index);
294 res = _shared->audio_device()->SetRecordingDevice(indexU);
374 uint16_t indexU = static_cast<uint16_t>(index);
385 res = _shared->audio_device()->SetPlayoutDevice(indexU);

Completed in 816 milliseconds