Home
last modified time | relevance | path

Searched refs:Frame (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGpuFrameBridge.cpp43 struct Frame { struct
49 Frame(int w, int h, const void* pixels) in Frame() argument
54 ~Frame() { ::free(pixels); } in ~Frame() argument
181 mRecFrame = new Frame(width, height, pixels); in postFrame()
184 mRecTmpFrame = new Frame(width, height, pixels); in postFrame()
224 Frame* mRecFrame;
225 Frame* mRecTmpFrame;
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.h138 struct Frame : public std::enable_shared_from_this<Frame> { struct
140 Frame(uint32_t width, uint32_t height, uint32_t fourcc);
141 virtual ~Frame();
152 class V4L2Frame : public Frame { argument
175 class AllocatedFrame : public Frame {
217 std::shared_ptr<Frame> frameIn;
290 class AllocatedV4L2Frame : public Frame {
DExternalCameraUtils.cpp241 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) in Frame() function in android::hardware::camera::device::implementation::Frame
243 Frame::~Frame() {} in ~Frame()
247 : Frame(w, h, fourcc), mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {} in V4L2Frame()
293 AllocatedFrame::AllocatedFrame(uint32_t w, uint32_t h) : Frame(w, h, V4L2_PIX_FMT_YUV420) {} in AllocatedFrame()
828 : Frame(frameIn->mWidth, frameIn->mHeight, frameIn->mFourcc) { in AllocatedV4L2Frame()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h131 struct Frame : public VirtualLightRefBase { struct
133 Frame(uint32_t width, uint32_t height, uint32_t fourcc);
144 class V4L2Frame : public Frame { argument
166 class AllocatedFrame : public Frame {
209 sp<Frame> frameIn;
287 class AllocatedV4L2Frame : public V3_4::implementation::Frame {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_frame_boundary.adoc55 vkQueueSubmit(); // 1st submit of Frame N
56 vkQueueSubmit(); // 2nd submit of Frame N-1
57 vkQueuePresentKHR(); // present Frame N-1
58 vkQueueSubmit(); // 1st submit of Frame N+1
59 vkQueueSubmit(); // 2nd submit of Frame N
60 vkQueuePresentKHR(); // present Frame N
266 "`Frame`" is still the best word to convey the meaning of "`a unit of workload
295 Frame identifiers are just a way to indicate to tools how to group queue
297 increase. Frame identifiers may be reused and the application is responsible to
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp45 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) : in Frame() function in android::hardware::camera::device::V3_4::implementation::Frame
51 Frame(w, h, fourcc), in V4L2Frame()
100 Frame(w, h, V4L2_PIX_FMT_YUV420) {}; in AllocatedFrame()
701 Frame(frameIn->mWidth, frameIn->mHeight, frameIn->mFourcc) { in AllocatedV4L2Frame()
/hardware/interfaces/tv/cec/1.1/
DIHdmiCec.hal53 * Frame Re-transmissions' of the CEC Spec 1.4b.
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal387 * Frame index - can wrap around.
500 * Frame flags.
510 * Frame buffers.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal77 * Frame Re-transmissions' of the CEC Spec 1.4b.
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal222 * samples for all channels at a given time. Frame size for unspecified format
/hardware/interfaces/audio/effect/7.0/
Dtypes.hal235 * samples for all channels at a given time. Frame size for unspecified format
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal224 * samples for all channels at a given time. Frame size for unspecified format
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal222 * samples for all channels at a given time. Frame size for unspecified format
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal224 * samples for all channels at a given time. Frame size for unspecified format
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal74 * Frame metadata. This is opaque to EVS manager.
/hardware/interfaces/media/c2/1.0/
Dtypes.hal469 * Frame index.
609 * Frame flags, as described in #Flags.
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal1999 * Start Code is for a new I Frame
2003 * Start Code is for a new P Frame
2007 * Start Code is for a new B Frame
/hardware/interfaces/camera/device/3.2/
Dtypes.hal615 * Frame number of the request the error applies to. 0 if the frame number
640 * Frame number of the request that has begun exposure or reprocessing.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc663 == Frame Boundary
Dvideo_encode_h264_extensions.adoc480 === Frame Encoding
Dvideo_encode_h265_extensions.adoc589 === Frame Encoding
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2358 * OBD2 Freeze Frame Sensor Data
2388 * OBD2 Freeze Frame Information
2409 * OBD2 Freeze Frame Clear
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dglossary.adoc689 Frame (Video)::