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

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 202 CFDictionaryRef io_surface_value = local
207 CFTypeRef values[attributes_size] = {kCFBooleanTrue, io_surface_value,
211 if (io_surface_value) {
212 CFRelease(io_surface_value);
213 io_surface_value = nullptr;
h264_video_toolbox_encoder.cc 349 CFDictionaryRef io_surface_value = local
354 CFTypeRef values[attributes_size] = {kCFBooleanTrue, io_surface_value,
358 if (io_surface_value) {
359 CFRelease(io_surface_value);
360 io_surface_value = nullptr;

Completed in 75 milliseconds