HomeSort by relevance Sort by last modified time
    Searched full:video_format_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 108 video_format_(nullptr),
131 input_image._length, video_format_,
139 if (!CMFormatDescriptionEqual(description, video_format_)) {
180 if (!video_format_) {
223 VTDecompressionSessionCreate(nullptr, video_format_, nullptr, attributes,
252 if (video_format_ == video_format) {
255 if (video_format_) {
256 CFRelease(video_format_);
258 video_format_ = video_format;
259 if (video_format_) {
    [all...]
h264_video_toolbox_decoder.h 57 CMVideoFormatDescriptionRef video_format_; member in class:webrtc::H264VideoToolboxDecoder

Completed in 382 milliseconds