/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3StreamSplitter.cpp | 182 status_t Camera3StreamSplitter::addOutput(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutput() 204 status_t Camera3StreamSplitter::setTransform(size_t surfaceId, int transform) { in setTransform() 215 status_t Camera3StreamSplitter::addOutputLocked(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutputLocked() 305 status_t Camera3StreamSplitter::removeOutput(size_t surfaceId) { in removeOutput() 326 status_t Camera3StreamSplitter::removeOutputLocked(size_t surfaceId) { in removeOutputLocked() 369 const BufferItem& bufferItem, size_t surfaceId) { in outputBufferLocked() 556 void Camera3StreamSplitter::decrementBufRefCountLocked(uint64_t id, size_t surfaceId) { in decrementBufRefCountLocked() 635 size_t surfaceId = 0; in onBufferReleasedByOutput() local 652 void Camera3StreamSplitter::onBufferReplacedLocked(const sp<Surface>& from, size_t surfaceId) { in onBufferReplacedLocked() 671 const sp<Surface>& from, size_t surfaceId, const sp<GraphicBuffer>& buffer) { in returnOutputBufferLocked() [all …]
|
H A D | Camera3SharedOutputStream.cpp | 283 int surfaceId = surfaceUniqueId.mId; in configureQueueLocked() local 372 for (const auto& surfaceId : surfaceIds) { in getUniqueSurfaceIds() local 466 ssize_t surfaceId = getNextSurfaceIdLocked(); in updateStream() local 494 int transform, bool mayChangeMirror, int surfaceId) { in setTransform()
|
/aosp_15_r20/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
H A D | RemoteVideoPreviewTest.java | 152 final int surfaceId = 0; in testBasicVideoPreview() local 220 int surfaceId = 0; in testSwipeImageVideoPreview() local 273 final int surfaceId = 0; in testVideoPreviewRetriableError() local 312 private void verifyInitialVideoPreviewSetup(int surfaceId, String mediaId) { in verifyInitialVideoPreviewSetup() 326 private void verifyPlaybackStartedWhenPlayerReady(int surfaceId) throws Exception { in verifyPlaybackStartedWhenPlayerReady() 333 private void verifyProgressIndicatorShowsWhenBuffering(int surfaceId) throws Exception { in verifyProgressIndicatorShowsWhenBuffering() 342 private void verifySnackbarShowsWhenPermanentError(int surfaceId) throws Exception { in verifySnackbarShowsWhenPermanentError() 350 private void verifyAlertDialogShowsWhenRetriableError(int surfaceId) throws Exception { in verifyAlertDialogShowsWhenRetriableError() 368 private void verifyAlertDialogRetry(int surfaceId) throws Exception { in verifyAlertDialogRetry()
|
/aosp_15_r20/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/ |
H A D | CloudProviderPrimary.java | 120 public static void setPlaybackState(int surfaceId, int state) { in setPlaybackState() 151 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 160 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 167 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() 173 public void onMediaPlay(int surfaceId) { in onMediaPlay() 179 public void onMediaPause(int surfaceId) { in onMediaPause() 185 public void onMediaSeekTo(int surfaceId, long timestampMillis) { in onMediaSeekTo() 202 public void sendPlaybackEvent(int surfaceId, int state) { in sendPlaybackEvent()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/deprecated/ |
H A D | DeprecatedCamera3StreamSplitter.cpp | 169 status_t DeprecatedCamera3StreamSplitter::addOutput(size_t surfaceId, in addOutput() 192 status_t DeprecatedCamera3StreamSplitter::setTransform(size_t surfaceId, int transform) { in setTransform() 203 status_t DeprecatedCamera3StreamSplitter::addOutputLocked(size_t surfaceId, in addOutputLocked() 294 status_t DeprecatedCamera3StreamSplitter::removeOutput(size_t surfaceId) { in removeOutput() 315 status_t DeprecatedCamera3StreamSplitter::removeOutputLocked(size_t surfaceId) { in removeOutputLocked() 366 const sp<IGraphicBufferProducer>& output, const BufferItem& bufferItem, size_t surfaceId) { in outputBufferLocked() 582 void DeprecatedCamera3StreamSplitter::decrementBufRefCountLocked(uint64_t id, size_t surfaceId) { in decrementBufRefCountLocked() 674 size_t surfaceId = 0; in onBufferReleasedByOutput() local 692 size_t surfaceId) { in onBufferReplacedLocked() 708 const sp<Fence>& fence, const sp<IGraphicBufferProducer>& from, size_t surfaceId, in returnOutputBufferLocked() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | CloudMediaProvider.java | 1097 public abstract void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 1112 public abstract void onSurfaceChanged(int surfaceId, int format, int width, int height); in onSurfaceChanged() 1124 public abstract void onSurfaceDestroyed(int surfaceId); in onSurfaceDestroyed() 1134 public abstract void onMediaPlay(int surfaceId); in onMediaPlay() 1141 public abstract void onMediaPause(int surfaceId); in onMediaPause() 1149 public abstract void onMediaSeekTo(int surfaceId, @DurationMillisLong long timestampMillis); in onMediaSeekTo() 1261 public void setPlaybackState(int surfaceId, @PlaybackState int playbackState, in setPlaybackState() 1309 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 1316 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 1323 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() [all …]
|
D | ICloudMediaSurfaceController.aidl | 29 void onSurfaceCreated(int surfaceId, in Surface surface, @utf8InCpp String mediaId); in onSurfaceCreated() 30 void onSurfaceChanged(int surfaceId, int format, int width, int height); in onSurfaceChanged() 31 void onSurfaceDestroyed(int surfaceId); in onSurfaceDestroyed() 33 void onMediaPlay(int surfaceId); in onMediaPlay() 34 void onMediaPause(int surfaceId); in onMediaPause() 35 void onMediaSeekTo(int surfaceId, long timestampMillis); in onMediaSeekTo()
|
D | ICloudMediaSurfaceStateChangedCallback.aidl | 26 void setPlaybackState(int surfaceId, int playbackState, in Bundle playbackStateInfo); in setPlaybackState()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/ |
D | SurfaceControllerProxy.java | 44 void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 54 void onSurfaceChanged(int surfaceId, int format, int width, int height) throws RemoteException { in onSurfaceChanged() 58 void onSurfaceDestroyed(int surfaceId) throws RemoteException { in onSurfaceDestroyed() 67 void onMediaPlay(int surfaceId) throws RemoteException { in onMediaPlay() 71 void onMediaPause(int surfaceId) throws RemoteException { in onMediaPause() 75 void onMediaSeekTo(int surfaceId, @DurationMillisLong long timestampMillis) in onMediaSeekTo()
|
D | RemoteSurfaceController.java | 166 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 201 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 207 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() 225 public void onMediaPlay(int surfaceId) { in onMediaPlay() 233 public void onMediaPause(int surfaceId) { in onMediaPause() 243 public void onMediaSeekTo(int surfaceId, @DurationMillisLong long timestampMillis) { in onMediaSeekTo()
|
D | RemotePreviewHandler.java | 191 private RemotePreviewSession getSessionForSurfaceId(int surfaceId) { in getSessionForSurfaceId() 264 public void setPlaybackState(int surfaceId, @PlaybackState int playbackState, in setPlaybackState()
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/features/preview/ |
D | RemoteSurfaceController.java | 52 public void onSurfaceCreated(int surfaceId, @org.jetbrains.annotations.NotNull() in onSurfaceCreated() 61 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 68 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() 72 public void onMediaPlay(int surfaceId) { in onMediaPlay() 76 public void onMediaPause(int surfaceId) { in onMediaPause() 80 public void onMediaSeekTo(int surfaceId, long timestampMillis) { in onMediaSeekTo()
|
D | PlaybackInfo.java | 17 private final int surfaceId = 0; field in PlaybackInfo 24 …com.android.photopicker.features.preview.PlaybackState state, int surfaceId, @org.jetbrains.annota… in PlaybackInfo() 70 …com.android.photopicker.features.preview.PlaybackState state, int surfaceId, @org.jetbrains.annota… in copy()
|
D | VideoUiKt.java | 169 …ndroid.photopicker.features.preview.PlaybackInfo> producePlaybackInfo(int surfaceId, com.android.p… in producePlaybackInfo() 186 …al androidx.compose.runtime.State<java.lang.Float> produceAspectRatio(int surfaceId, com.android.p… in produceAspectRatio()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | RemoteVideoPreviewProvider.java | 129 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 139 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 148 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() 157 public void onMediaPlay(int surfaceId) { in onMediaPlay() 166 public void onMediaPause(int surfaceId) { in onMediaPause() 175 public void onMediaSeekTo(int surfaceId, long timestampMillis) { in onMediaSeekTo()
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | JankTrackerTests.cpp | 38 uint32_t surfaceId = 0; in TEST() local 72 uint32_t surfaceId = 0; in TEST() local 95 uint32_t surfaceId = 0; in TEST() local 119 uint32_t surfaceId = 0; in TEST() local 156 uint32_t surfaceId = 0; in TEST() local 206 uint32_t surfaceId = 0; in TEST() local
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | GLEnvironment.java | 135 public void activateSurfaceWithId(int surfaceId) { in activateSurfaceWithId() 142 public void unregisterSurfaceId(int surfaceId) { in unregisterSurfaceId() 187 private native boolean nativeActivateSurfaceId(int surfaceId); in nativeActivateSurfaceId() 189 private native boolean nativeRemoveSurfaceId(int surfaceId); in nativeRemoveSurfaceId()
|
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | CodecDecoderDetachedSurfaceTest.java | 265 private void getAllImagesInRenderQueue(int surfaceId, int targetFrames) { in getAllImagesInRenderQueue() 334 int surfaceId = MAX_ACTIVE_SURFACES - 1; in testSetOutputSurface() local 392 int surfaceId = 0; in testFeatureDetachedSurface() local 462 int surfaceId = 0; in testDetachOutputSurface() local
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | ImageSurface.java | 60 public ImageAndAttributes(Image image, int surfaceId) { in ImageAndAttributes() 113 int surfaceId, Function<ImageAndAttributes, Boolean> predicate) { in createSurface()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_kernel_base.cpp | 308 PMOS_SURFACE CodechalKernelBase::GetSurface( uint32_t surfaceId ) in GetSurface() 318 …rnelBase::AllocateSurface(PMOS_ALLOC_GFXRES_PARAMS param, PMOS_SURFACE surface, uint32_t surfaceId) in AllocateSurface()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraDeviceClient.h | 281 StreamSurfaceId(int32_t streamId, int32_t surfaceId) { in StreamSurfaceId() 288 int32_t surfaceId() const { in surfaceId() function
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_gl_environment.cpp | 360 jint surfaceId) { in Java_android_filterfw_core_GLEnvironment_nativeActivateSurfaceId() 367 jint surfaceId) { in Java_android_filterfw_core_GLEnvironment_nativeRemoveSurfaceId()
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/apex/framework/framework-mediaprovider.impl/android_common_apex30/javac/ |
D | framework-mediaprovider.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/provider/
android/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-mediaprovider.com.android.mediaprovider_intermediates/ |
D | classes.jar | android/provider/mediacognitionutils/ProcessMediaCallbackImpl.class
ProcessMediaCallbackImpl.java
package android.provider.mediacognitionutils
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/apex/framework/framework-mediaprovider.impl/android_common_apex30/package-check/ |
D | framework-mediaprovider.jar | android/provider/mediacognitionutils/ProcessMediaCallbackImpl.class
ProcessMediaCallbackImpl.java
package android.provider.mediacognitionutils
public ... |