Home
last modified time | relevance | path

Searched refs:inHandle (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/codec/image/jpeg/src/
H A Dcodec_jpeg_service.cpp61 BufferHandle *inHandle = inBuffer.buffer->GetBufferHandle(); in DoJpegDecode() local
62 CHECK_AND_RETURN_RET_LOG(inHandle != nullptr, HDF_FAILURE, "inHandle is null"); in DoJpegDecode()
66 int32_t ret = core_->DoDecode(inHandle, outHandle, &decInfo); in DoJpegDecode()

Completed in 1 milliseconds