Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.cpp547 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))), in CCodec()
555 return mChannel; in getBufferChannel()
622 mChannel->setComponent(comp); in allocate()
703 mChannel->setMetaMode(CCodecBufferChannel::MODE_ANW); in configure()
1008 status_t err = mChannel->setInputSurface(surface); in setupInputSurface()
1123 err2 = mChannel->start(inputFormat, outputFormat); in start()
1142 (void)mChannel->requestInitialInputBuffers(); in start()
1169 mChannel->stop(); in initiateStop()
1253 mChannel->stop(); in initiateRelease()
1286 return mChannel->setSurface(surface); in setSurface()
[all …]
DCCodec.h163 std::shared_ptr<CCodecBufferChannel> mChannel; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h128 QCamera3Channel *mChannel; variable
DQCamera3Stream.cpp296 mChannel(channel), in QCamera3Stream()
955 mStreamBufs = mChannel->getStreamBufs(mFrameLenOffset.frame_len); in getBufs()
1078 mChannel->putStreamBufs(); in putBufs()