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

  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 77 }IntelMetadataBufferType;
82 IntelMetadataBuffer(IntelMetadataBufferType type, intptr_t value); //for quick generator
88 IMB_Result GetType(IntelMetadataBufferType &type);
89 IMB_Result SetType(IntelMetadataBufferType type);
105 IntelMetadataBufferType mType;
IntelMetadataBuffer.cpp 341 IntelMetadataBuffer::IntelMetadataBuffer(IntelMetadataBufferType type, intptr_t value)
422 IMB_Result IntelMetadataBuffer::GetType(IntelMetadataBufferType& type)
429 IMB_Result IntelMetadataBuffer::SetType(IntelMetadataBufferType type)
551 IntelMetadataBufferType type;
VideoEncoderBase.h 32 IntelMetadataBufferType type;
PVSoftMPEG4Encoder.cpp 415 imb.GetType((::IntelMetadataBufferType&)type);
VideoEncoderBase.cpp     [all...]

Completed in 8487 milliseconds