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

  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 368 IntelMetadataBuffer::IntelMetadataBuffer(const IntelMetadataBuffer& imb)
369 :mType(imb.mType), mValue(imb.mValue), mInfo(NULL), mExtraValues(NULL),
370 mExtraValues_Count(imb.mExtraValues_Count), mBytes(NULL), mSize(imb.mSize)
372 ,mSessionFlag(imb.mSessionFlag)
375 if (imb.mInfo)
376 mInfo = new ValueInfo(*imb.mInfo);
378 if (imb.mExtraValues)
381 memcpy(mExtraValues, imb.mExtraValues, sizeof(mValue) * mExtraValues_Count)
    [all...]
IntelMetadataBuffer.h 85 IntelMetadataBuffer(const IntelMetadataBuffer& imb);
86 const IntelMetadataBuffer& operator=(const IntelMetadataBuffer& imb);
PVSoftMPEG4Encoder.cpp 406 IntelMetadataBuffer imb; local
414 CHECK(IMB_SUCCESS == imb.UnSerialize(inBuffer->data, inBuffer->size));
415 imb.GetType((::IntelMetadataBufferType&)type);
416 imb.GetValue(value);
417 imb.GetValueInfo(pvinfo);
VideoEncoderBase.cpp 1649 IntelMetadataBuffer imb; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 82 void CandidateSelection(Int *mvx, Int *mvy, Int *num_can, Int imb, Int jmb,
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 16406 VkImageMemoryBarrier imb = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER, local
16504 VkImageMemoryBarrier imb = {}; local
    [all...]

Completed in 482 milliseconds