Home
last modified time | relevance | path

Searched refs:setEntryNameAt (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h248 status_t setEntryNameAt(size_t index, const char *name);
/frameworks/av/media/module/foundation/
DAMessage.cpp1015 status_t AMessage::setEntryNameAt(size_t index, const char *name) { in setEntryNameAt() function in android::AMessage
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1832 params->setEntryNameAt(ix, "crop-width"); in getReflectedFormat()
1839 params->setEntryNameAt(ix, "crop-height"); in getReflectedFormat()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2942 status_t status = format->setEntryNameAt(ix, mappings[i+1]); in mapFormat()