Home
last modified time | relevance | path

Searched refs:frame_format (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/sound/
Dhdspm.h169 __u8 frame_format; /* enum hdspm_madi_frame_format */ member
/external/v4l2_codec2/accel/
Dv4l2_device.cc1363 VideoPixelFormat frame_format = PIXEL_FORMAT_UNKNOWN; in AllocatedSizeFromV4L2Format() local
1384 frame_format = frame_fourcc->ToVideoPixelFormat(); in AllocatedSizeFromV4L2Format()
1396 frame_format = frame_fourcc ? frame_fourcc->ToVideoPixelFormat() in AllocatedSizeFromV4L2Format()
1412 VideoFrame::PlaneHorizontalBitsPerPixel(frame_format, 0); in AllocatedSizeFromV4L2Format()
1416 for (size_t i = 0; i < VideoFrame::NumPlanes(frame_format); ++i) in AllocatedSizeFromV4L2Format()
1417 total_bpp += VideoFrame::PlaneBitsPerPixel(frame_format, i); in AllocatedSizeFromV4L2Format()
1438 DCHECK_LE(sizeimage, VideoFrame::AllocationSize(frame_format, coded_size)); in AllocatedSizeFromV4L2Format()
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1967 frame_format = Frame(frame_editor, borderwidth=0)
1968 format_width_title = Label(frame_format,
1971 frame_format, textvariable=self.format_width, width=4,
2061 frame_format.pack(side=TOP, padx=5, pady=0, fill=X)