HomeSort by relevance Sort by last modified time
    Searched defs:frame_format (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 84 media::VideoFrame::Format frame_format = media::VideoFrame::UNKNOWN; local
96 frame_format =
103 frame_format =
108 media::VideoFrame::PlaneHorizontalBitsPerPixel(frame_format, 0);
130 media::VideoFrame::PlaneAllocationSize(frame_format, i, coded_size));
  /external/chromium_org/cc/resources/
video_resource_updater.cc 294 media::VideoFrame::Format frame_format = video_frame->format(); local
296 DCHECK_EQ(frame_format, media::VideoFrame::NATIVE_TEXTURE);
297 if (frame_format != media::VideoFrame::NATIVE_TEXTURE)
  /bionic/libc/kernel/uapi/sound/
hdspm.h 145 uint8_t frame_format; member in struct:hdspm_status::__anon1000::__anon1001
  /external/kernel-headers/original/uapi/sound/
hdspm.h 166 uint8_t frame_format; /* enum hdspm_madi_frame_format */ member in struct:hdspm_status::__anon27377::__anon27378
  /external/lldb/source/Target/
StackFrame.cpp 1286 const char *frame_format = NULL; local
    [all...]

Completed in 108 milliseconds