Searched refs:frame_format (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/cast/standalone_receiver/ |
D | sdl_audio_player.cc | 83 const auto frame_format = static_cast<AVSampleFormat>(frame.format); in RenderNextFrame() local 84 pending_audio_spec_.format = GetSDLAudioFormat(frame_format); in RenderNextFrame() 87 error << "SDL does not support AVSampleFormat " << frame_format; in RenderNextFrame() 124 const int bytes_per_sample = av_get_bytes_per_sample(frame_format); in RenderNextFrame() 126 if (av_sample_fmt_is_planar(frame_format)) { in RenderNextFrame()
|
/external/kernel-headers/original/uapi/sound/ |
D | hdspm.h | 171 __u8 frame_format; /* enum hdspm_madi_frame_format */ member
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 1790 const FormatEntity::Entry *frame_format = nullptr; in DumpUsingSettingsFormat() local 1794 frame_format = target->GetDebugger().GetFrameFormatUnique(); in DumpUsingSettingsFormat() 1796 frame_format = target->GetDebugger().GetFrameFormat(); in DumpUsingSettingsFormat() 1799 if (frame_format && FormatEntity::Format(*frame_format, s, &m_sc, &exe_ctx, in DumpUsingSettingsFormat()
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 1969 frame_format = Frame(frame_editor, borderwidth=0) 1970 format_width_title = Label(frame_format, 1973 frame_format, textvariable=self.format_width, width=4, 2063 frame_format.pack(side=TOP, padx=5, pady=0, fill=X)
|