Searched defs:EcmContainer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm.cpp117 EcmContainer::EcmContainer() : count_(0), count_set_(false) {} function in class:android::clearkeycas::EcmContainer
119 EcmContainer::~EcmContainer() {}
121 status_t EcmContainer::Add(const EcmDescriptor& descriptor) {
143 status_t EcmContainer::Parse(const sp<ABuffer>& buffer_as_binary) {
144 // EcmContainer can contain 1 or 2 EcmDescriptors so this is a check for
147 ALOGE("Short EcmContainer buffer: expected >= %zu, received %zu.",
167 ALOGE("Short EcmContainer buffer: expected %zu, received %zu.",
H A Decm.h23 // uint8[] ecm_buffer; // received over network, contains an EcmContainer.
24 // EcmContainer ecm_container;
35 // EcmContainer container;
57 // EcmContainer: sent by the server in the video stream using the ECM pid.
61 // The first EcmContainer sent by the server has only one EcmDescriptor. After
62 // the first crypto period change, an EcmContainer contains 2 EcmDescriptors.
66 // dropped from the EcmContainer and the new EcmDescriptor is added.
80 // Repeated fields (like the EcmDescriptors contained in an EcmContainer) are
92 // Be sure to call EcmContainer::decriptor_size() before calling descriptor()
252 class EcmContainer { class in namespace:android::clearkeycas
[all...]

Completed in 12 milliseconds