Home
last modified time | relevance | path

Searched defs:view (Results 1 – 12 of 12) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp66 static status_t _ImageCopy(View &view, const MediaImage2 *img, ImagePixel *imgBase) { in _ImageCopy()
120 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy()
155 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy()
190 bool IsYUV420(const C2GraphicView &view) { in IsYUV420()
214 bool IsNV12(const C2GraphicView &view) { in IsNV12()
228 bool IsI420(const C2GraphicView &view) { in IsI420()
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp71 C2ReadView view = buffer->data().linearBlocks()[0].map().get(); in copyLinear() local
216 const C2GraphicView &view, int32_t colorFormat) in GraphicView2MediaImageConverter()
503 C2GraphicView view(block->map().get()); in Allocate() local
539 C2GraphicView &&view, in GraphicBlockBuffer()
675 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer()
793 C2WriteView view = mBlock->map().get(); in copyDecryptedContent() local
DCCodecBufferChannel.cpp2500 C2ReadView view = in flush() local
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp346 C2ReadView view = mDummyReadView; in process() local
DC2SoftAacDec.cpp541 C2ReadView view = mDummyReadView; in process() local
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp347 C2WriteView view = block->map().get(); in play() local
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp322 C2WriteView view = block->map().get(); in encodeNFrames() local
DMtsHidlC2V1_0TargetAudioDecTest.cpp448 C2WriteView view = block->map().get(); in decodeNFrames() local
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp307 C2GraphicView view = block->map().get(); in encodeNFrames() local
DMtsHidlC2V1_0TargetVideoDecTest.cpp390 C2WriteView view = block->map().get(); in decodeNFrames() local
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp409 C2ReadView view = mDummyReadView; in process() local
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp1392 std::shared_ptr<const C2GraphicView> view; in process() local