HomeSort by relevance Sort by last modified time
    Searched defs:mStreamMap (Results 1 - 5 of 5) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 291 KeyedVector<StreamId, wp<Camera3OutputStream>> mStreamMap;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 274 KeyedVector<sp<IBinder>, StreamSurfaceId> mStreamMap;
295 // as there are no surfaces available and can not be put into mStreamMap. Once the deferred
296 // Surface is configured, the stream id will be moved to mStreamMap.
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
TsParser.java 53 * Using a SparseArray removes the need to auto box the int key for mStreamMap
58 * mStreamMap is the only one called at such a high rate.
60 private final SparseArray<Stream> mStreamMap = new SparseArray<>();
209 if (mStreamMap.get(i.getTableTypePid()) != null) {
460 mStreamMap.put(pid, new SectionStream(pid));
483 Stream stream = mStreamMap.get(pid);
537 Stream stream = mStreamMap.get(eitPid);
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 149 std::map<int, Camera3Stream> mStreamMap;
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 336 std::unordered_map<int, Stream> mStreamMap;

Completed in 483 milliseconds