/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | GpuFrameBridge.cpp | 43 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/ |
D | ExternalCameraUtils.h | 138 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 {
|
D | ExternalCameraUtils.cpp | 241 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/ |
D | ExternalCameraUtils.h | 131 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/ |
D | VK_EXT_frame_boundary.adoc | 55 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/ |
D | ExternalCameraUtils.cpp | 45 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/ |
D | IHdmiCec.hal | 53 * Frame Re-transmissions' of the CEC Spec 1.4b.
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 387 * Frame index - can wrap around. 500 * Frame flags. 510 * Frame buffers.
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 77 * Frame Re-transmissions' of the CEC Spec 1.4b.
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 222 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/interfaces/audio/effect/7.0/ |
D | types.hal | 235 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 224 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 222 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 224 * samples for all channels at a given time. Frame size for unspecified format
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 74 * Frame metadata. This is opaque to EVS manager.
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 469 * Frame index. 609 * Frame flags, as described in #Flags.
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 1999 * 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/ |
D | types.hal | 615 * 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/ |
D | debugging.adoc | 663 == Frame Boundary
|
D | video_encode_h264_extensions.adoc | 480 === Frame Encoding
|
D | video_encode_h265_extensions.adoc | 589 === Frame Encoding
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2358 * OBD2 Freeze Frame Sensor Data 2388 * OBD2 Freeze Frame Information 2409 * OBD2 Freeze Frame Clear
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 689 Frame (Video)::
|