Lines Matching defs:format
79 Media::Format format;
80 format.PutIntValue("width", width_);
81 format.PutIntValue("height", height_);
83 format.PutIntValue("pixel_format", VIDEO_DATA_FORMAT_NV12);
85 format.PutIntValue("pixel_format", VIDEO_DATA_FORMAT_RGBA);
87 format.PutIntValue("frame_rate", DEFAULT_FRAME_RATE);
88 format.PutIntValue("max_input_size", MAX_INPUT_BUFFER_SIZE);
89 Configure(format);
112 int32_t VDecDemo::Configure(const Media::Format &format)
114 return vdec_->Configure(format);
315 void VDecDemoCallback::OnOutputFormatChanged(const Media::Format &format)