HomeSort by relevance Sort by last modified time
    Searched refs:PP_VideoFrame_Format (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ppapi/c/
ppb_video_frame.h 52 } PP_VideoFrame_Format;
98 * @return A <code>PP_VideoFrame_Format</code> containing the format of the
101 PP_VideoFrame_Format (*GetFormat)(PP_Resource frame);
  /external/chromium_org/ppapi/api/
ppb_video_frame.idl 17 enum PP_VideoFrame_Format {
86 * @return A <code>PP_VideoFrame_Format</code> containing the format of the
90 PP_VideoFrame_Format GetFormat([in] PP_Resource frame);
  /external/chromium_org/ppapi/cpp/
video_frame.h 53 /// @return A <code>PP_VideoFrame_Format</code> containing the format of the
55 PP_VideoFrame_Format GetFormat() const;
video_frame.cc 47 PP_VideoFrame_Format VideoFrame::GetFormat() const {
  /external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared.h 24 PP_VideoFrame_Format format;
media_stream_video_track_shared_unittest.cc 38 attributes.format = static_cast<PP_VideoFrame_Format>(i);
42 attributes.format = static_cast<PP_VideoFrame_Format>(-1);
46 static_cast<PP_VideoFrame_Format>(PP_VIDEOFRAME_FORMAT_LAST + 1);
media_stream_buffer.h 36 PP_VideoFrame_Format format;
  /external/chromium_org/ppapi/thunk/
ppb_video_frame_api.h 22 virtual PP_VideoFrame_Format GetFormat() = 0;
ppb_video_frame_thunk.cc 41 PP_VideoFrame_Format GetFormat(PP_Resource frame) {
  /external/chromium_org/ppapi/proxy/
video_frame_resource.h 33 virtual PP_VideoFrame_Format GetFormat() OVERRIDE;
video_frame_resource.cc 47 PP_VideoFrame_Format VideoFrameResource::GetFormat() {
media_stream_video_track_resource.cc 81 attributes.format = static_cast<PP_VideoFrame_Format>(attrib_list[i + 1]);
ppapi_messages.h 130 IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoFrame_Format, PP_VIDEOFRAME_FORMAT_LAST)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_video_track_host.h 108 PP_VideoFrame_Format source_frame_format_;
111 PP_VideoFrame_Format plugin_frame_format_;
pepper_media_stream_video_track_host.cc 44 media::VideoPixelFormat ToPixelFormat(PP_VideoFrame_Format format) {
56 PP_VideoFrame_Format ToPpapiFormat(VideoFrame::Format format) {
68 VideoFrame::Format FromPpapiFormat(PP_VideoFrame_Format format) {
89 PP_VideoFrame_Format GetTargetFormat(PP_VideoFrame_Format source,
90 PP_VideoFrame_Format plugin) {
95 PP_VideoFrame_Format dst_format,
280 PP_VideoFrame_Format format =
390 PP_VideoFrame_Format ppformat = ToPpapiFormat(frame->format());
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 103 PP_VideoFrame_Format attrib_format_;
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 103 PP_VideoFrame_Format attrib_format_;

Completed in 455 milliseconds