Searched refs:codecBufferType (Results 1 – 4 of 4) sorted by relevance
98 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
108 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
284 int32_t CodecHdiDecode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType() argument301 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()303 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()
168 int32_t CodecHdiEncode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType() argument184 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()186 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()