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

  /external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.h 67 bool at_device; member in struct:content::ExynosVideoEncodeAccelerator::GscInputRecord
74 bool at_device; member in struct:content::ExynosVideoEncodeAccelerator::GscOutputRecord
81 bool at_device; member in struct:content::ExynosVideoEncodeAccelerator::MfcInputRecord
88 bool at_device; member in struct:content::ExynosVideoEncodeAccelerator::MfcOutputRecord
exynos_video_encode_accelerator.cc 72 : at_device(false) {}
75 : at_device(false), mfc_input(-1) {}
78 : at_device(false) {
83 : at_device(false), address(NULL), length(0) {}
596 DCHECK(input_record.at_device);
598 input_record.at_device = false;
625 DCHECK(output_record.at_device);
628 output_record.at_device = false;
703 DCHECK(input_record.at_device);
704 input_record.at_device = false
    [all...]
exynos_video_decode_accelerator.h 150 bool at_device; // held by device. member in struct:content::ExynosVideoDecodeAccelerator::MfcInputRecord
161 bool at_device; // held by device. member in struct:content::ExynosVideoDecodeAccelerator::MfcOutputRecord
exynos_video_decode_accelerator.cc 151 : at_device(false),
162 : at_device(false),
436 DCHECK(!output_record.at_device);
    [all...]

Completed in 44 milliseconds