Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp142 bool is_png = blob.size() > 4 && (blob[0] & 0xff) == 0x89 && in isBlob() local
147 return is_png || is_jpeg; in isBlob()