Home
last modified time | relevance | path

Searched refs:thumb_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_thumb_data.cpp58 if ((!hasSetThumb_) || (thumb_ == nullptr)) { in Maker()
63 outBuffer.insert(outBuffer.end(), thumb_->begin(), thumb_->end()); in Maker()
83 thumb_ = thumb; in SetThumb()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_thumb_data.h35 std::shared_ptr<UInt8List> thumb_; variable