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

  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 212 KeyedVector<sp<IBinder>, int> mStreamMap;
230 // as there are no surfaces available and can not be put into mStreamMap. Once the deferred
231 // Surface is configured, the stream id will be moved to mStreamMap.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 290 KeyedVector<StreamId, wp<Camera3OutputStream>> mStreamMap;
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
TsParser.java 54 * Using a SparseArray removes the need to auto box the int key for mStreamMap
59 * mStreamMap is the only one called at such a high rate.
61 private final SparseArray<Stream> mStreamMap = new SparseArray<>();
174 if (mStreamMap.get(i.getTableTypePid()) != null) {
352 mStreamMap.put(pid, new SectionStream(pid));
375 Stream stream = mStreamMap.get(pid);

Completed in 169 milliseconds