Home
last modified time | relevance | path

Searched defs:frameId (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/manager/1.0/
H A DHalCamera.h77 uint32_t frameId; member
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2Command.java141 OutputSemanticHandler handler, int frameId) { in getFreezeFrameCommand()
179 FreezeFrameCommand(OutputSemanticHandler<ValueType> semanticHandler, int frameId) { in FreezeFrameCommand()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DHalCamera.h134 uint32_t frameId; member
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DPermissionControlPreference.java277 private void setIcons(PreferenceViewHolder holder, @Nullable List<Integer> icons, int frameId) { in setIcons()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java248 long frameId = hprof.getId(); in parseInternal() local
271 long frameId = hprof.getId(); in parseInternal() local
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h955 struct ANativeWindow* window, uint64_t* frameId) in native_window_get_next_frame_id()
977 struct ANativeWindow* window, uint64_t frameId, in native_window_get_frame_timestamps()
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp621 EGLBoolean eglGetNextFrameIdANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR* frameId) { in eglGetNextFrameIdANDROID()
643 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, in eglGetFrameTimestampsANDROID()
H A Degl_platform_entries.cpp2167 EGLBoolean eglGetNextFrameIdANDROIDImpl(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR* frameId) { in eglGetNextFrameIdANDROIDImpl()
2283 EGLuint64KHR frameId, EGLint numTimestamps, in eglGetFrameTimestampsANDROIDImpl()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp685 uint32_t frameId = 0; in TEST_P() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp948 uint32_t frameId = 0; in TEST_P() local
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1266 for (size_t frameId = 0; frameId < frames.size(); frameId++) { in dequeueAccessUnitAAC() local
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1109 int getAllFrameTimestamps(uint64_t frameId) { in getAllFrameTimestamps()
1130 uint64_t frameId = -1; in getNextFrameId() local
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp2136 int frameId = 0; in extractAndQueueAccessUnits() local
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1673 uint64_t frameId = va_arg(args, uint64_t); in dispatchGetFrameTimestamps() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp10338 bool QCamera2HardwareInterface::isDisplayFrameToSkip(uint32_t frameId) in isDisplayFrameToSkip()