HomeSort by relevance Sort by last modified time
    Searched refs:imb (Results 1 - 7 of 7) 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 1646 IntelMetadataBuffer imb; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp     [all...]
avcenc_lib.h 581 \param "imb" "The MB index x-coordinate."
587 void AVCCandidateSelection(int *mvx, int *mvy, int *num_can, int imb, int jmb,
    [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...]

Completed in 358 milliseconds