Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h193 status_t addOpcodePreamble(uint32_t opcodeId);
/frameworks/av/media/img_utils/src/
DDngUtils.cpp431 status_t OpcodeListBuilder::addOpcodePreamble(uint32_t opcodeId) { in addOpcodePreamble() argument
432 status_t err = mEndianOut.write(&opcodeId, 0, 1); in addOpcodePreamble()