Searched refs:sendOperation (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 60 transport->sendOperation(MediaCodecType::H264Codec, in initH264Context() 84 transport->sendOperation(MediaCodecType::H264Codec, in resetH264Context() 95 transport->sendOperation(MediaCodecType::H264Codec, in destroyH264Context() 117 transport->sendOperation(MediaCodecType::H264Codec, in decodeFrame() 136 transport->sendOperation(MediaCodecType::H264Codec, in flush() 152 transport->sendOperation(MediaCodecType::H264Codec, in getImage() 190 transport->sendOperation(MediaCodecType::H264Codec, in renderOnHostAndReturnImageMetadata()
|
/device/generic/goldfish-opengl/system/codecs/omx/common/ |
D | goldfish_media_utils.cpp | 43 …virtual bool sendOperation(MediaCodecType type, MediaOperation op, unsigned int offSetToStartAddr … 186 bool GoldfishMediaTransportImpl::sendOperation(MediaCodecType type, in sendOperation() function in GoldfishMediaTransportImpl
|
D | goldfish_media_utils.h | 62 …virtual bool sendOperation(MediaCodecType codec, MediaOperation op, unsigned int offSetToStartAddr…
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 46 transport->sendOperation(ctx->vpversion == 9 ? MediaCodecType::VP9Codec in sendVpxOperation()
|