Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 45) sorted by relevance

12

/device/generic/vulkan-cereal/host-common/
DMediaTexturePool.cpp73 TextureFrame frame{textures[2 * i], textures[2 * i + 1]}; in getTextureFrame() local
79 TextureFrame frame = ph->front(); in getTextureFrame() local
86 void MediaTexturePool::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture()
98 void MediaTexturePool::putTextureFrame(TextureFrame frame) { in putTextureFrame()
117 void MediaTexturePool::deleteTextures(TextureFrame frame) { in deleteTextures()
134 for (auto& frame : myFramePool) { in cleanUpTextures() local
DH264NaluParser.cpp85 bool H264NaluParser::checkSpsFrame(const uint8_t* frame, size_t szBytes) { in checkSpsFrame()
95 bool H264NaluParser::checkIFrame(const uint8_t* frame, size_t szBytes) { in checkIFrame()
105 bool H264NaluParser::checkPpsFrame(const uint8_t* frame, size_t szBytes) { in checkPpsFrame()
115 H264NaluParser::H264NaluType H264NaluParser::getFrameNaluType(const uint8_t* frame, size_t szBytes,… in getFrameNaluType()
159 const uint8_t* H264NaluParser::getNextStartCodeHeader(const uint8_t* frame, size_t szBytes) { in getNextStartCodeHeader()
DMediaSnapshotState.cpp42 bool MediaSnapshotState::savePacket(const uint8_t* frame, in savePacket()
61 FrameInfo frame{ in saveDecodedFrame() local
73 FrameInfo frame{std::vector<uint8_t>{}, in saveDecodedFrame() local
113 void MediaSnapshotState::loadFrameInfo(base::Stream* stream, FrameInfo& frame) { in loadFrameInfo()
DMediaHostRenderer.cpp61 void MediaHostRenderer::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture()
94 TextureFrame frame) { in renderToHostColorBufferWithTextures()
DMediaSnapshotHelper.cpp35 void MediaSnapshotHelper::savePacket(const uint8_t* frame, in savePacket()
72 void MediaSnapshotHelper::saveH264Packet(const uint8_t* frame, in saveH264Packet()
DMediaH264DecoderGeneric.cpp201 const uint8_t* frame = param.pData; in decodeFrame() local
264 MediaSnapshotState::FrameInfo frame; in fetchAllFrames() local
373 MediaSnapshotState::FrameInfo frame; in oneShotDecode() local
DMediaHostRenderer.h42 void putTextureFrame(MediaTexturePool::TextureFrame frame) { in putTextureFrame()
DMediaH264DecoderFfmpeg.cpp156 bool MediaH264DecoderFfmpeg::checkWhetherConfigChanged(const uint8_t* frame, size_t szBytes) { in checkWhetherConfigChanged()
194 const uint8_t* frame, in decodeFrameDirect()
212 const uint8_t* frame = param.pData; in decodeFrameInternal() local
DMediaVpxDecoderGeneric.cpp234 MediaSnapshotState::FrameInfo frame; in fetchAllFrames() local
333 MediaSnapshotState::FrameInfo frame; in oneShotDecode() local
DMediaVideoHelper.h39 virtual void decode(const uint8_t* frame, in decode()
DMediaSnapshotHelper.h63 void saveDecodedFrame(MediaSnapshotState::FrameInfo frame) { in saveDecodedFrame()
DMediaH264DecoderCuvid.cpp212 const uint8_t* frame = param.pData; in decodeFrame() local
248 const uint8_t* frame, in decodeFrameInternal()
775 auto& frame = mSnapshotState.savedFrames[i]; in load() local
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dcamera_streamer.cpp56 auto frame = client_frame.video_frame_buffer()->ToI420().get(); in OnFrame() local
107 const webrtc::I420BufferInterface* frame) { in VsockSendYUVFrame()
Daudio_track_source_impl.h77 void OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame()
Dlocal_recorder.cpp193 void LocalRecorder::Display::OnFrame(const webrtc::VideoFrame& frame) { in OnFrame()
209 std::unique_ptr<webrtc::VideoFrame> frame; in EncoderLoop() local
Dvideo_track_source_impl.h67 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame()
Dvideo_track_source_impl.cpp57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame()
Daudio_track_source_impl.cpp54 void AudioTrackSourceImpl::OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame()
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp234 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
284 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
DQemuClient.cpp534 const uint8_t* frame = reinterpret_cast<const uint8_t*>(query.mReplyData); in queryFrame() local
599 const uint8_t* frame = reinterpret_cast<const uint8_t*>(query.mReplyData); in queryFrame() local
/device/generic/goldfish-opengl/system/hwc2/
DLayer.cpp137 HWC2::Error Layer::setDisplayFrame(hwc_rect_t frame) { in setDisplayFrame()
148 auto frame = mDisplayFrame; in getDisplayFrame() local
/device/generic/goldfish-opengl/system/hwc3/
DLayer.cpp163 HWC3::Error Layer::setDisplayFrame(common::Rect frame) { in setDisplayFrame()
174 auto frame = mDisplayFrame; in getDisplayFrame() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DGoldfishH264Helper.cpp171 bool GoldfishH264Helper::isSpsFrame(const uint8_t* frame, int inSize) { in isSpsFrame()
189 bool GoldfishH264Helper::decodeHeader(const uint8_t *frame, int inSize) { in decodeHeader()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.cpp172 bool GoldfishHevcHelper::isVpsFrame(const uint8_t* frame, int inSize) { in isVpsFrame()
191 bool GoldfishHevcHelper::decodeHeader(const uint8_t *frame, int inSize, in decodeHeader()
/device/generic/vulkan-cereal/third-party/angle/samples/capture_replay/
DCaptureReplay.cpp63 uint32_t frame = in draw() local

12