Lines Matching defs:format
80 Media::Format format;
81 format.PutIntValue("width", width_);
82 format.PutIntValue("height", height_);
84 format.PutIntValue("pixel_format", VIDEO_DATA_FORMAT_NV12);
86 format.PutIntValue("pixel_format", VIDEO_DATA_FORMAT_RGBA);
88 format.PutDoubleValue("frame_rate", DEFAULT_FRAME_RATE);
89 format.PutIntValue("max_input_size", MAX_INPUT_BUFFER_SIZE);
90 Configure(format);
113 int32_t VDecDemo::Configure(const Media::Format &format)
115 return vdec_->Configure(format);
318 void VDecDemoCallback::OnOutputFormatChanged(const Media::Format &format)