Home
last modified time | relevance | path

Searched refs:PLAYBACK_FORMATS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_info_data.cpp162 …MtpPacketTool::PutAUInt16(outBuffer, PLAYBACK_FORMATS, sizeof(PLAYBACK_FORMATS) / sizeof(uint16_t)… in Maker()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dplayback_formats.h20 static const uint16_t PLAYBACK_FORMATS[] = { variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp807 uint16_t size = sizeof(PLAYBACK_FORMATS) / sizeof(uint16_t); in GetMtpFormatByPath()
809 if (it->first == PLAYBACK_FORMATS[i]) { in GetMtpFormatByPath()