Searched defs:callbackObject (Results 1 – 1 of 1) sorted by relevance
43 struct callbackObject { struct48 callbackObject(int32_t index, AMediaCodecBufferInfo* info) in callbackObject() argument51 callbackObject(int32_t index) : bufferIndex{index}, isInput{true} {} in callbackObject() argument53 callbackObject() : bufferIndex{-1}, isInput{false} {} in callbackObject() function