Home
last modified time | relevance | path

Searched defs:startDecoding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp87 Status VideoDecoder::startDecoding() { in startDecoding() function in android::automotive::computepipe::runner::input_manager::VideoDecoder
/aosp_15_r20/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
H A DVideoManager.java201 public void startDecoding(Surface surface, int width, int height) { in startDecoding() method in VideoManager
/aosp_15_r20/external/skia/experimental/rust_png/decoder/impl/
H A DSkPngRustCodec.cpp439 SkCodec::Result SkPngRustCodec::startDecoding(const SkImageInfo& dstInfo, in startDecoding() function in SkPngRustCodec