Home
last modified time | relevance | path

Searched defs:rgb888Size (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp287 … int32_t rgb888Size = param.stride * param.height * RGB888_PIXEL_BYTES / RGBA8888_PIXEL_BYTES; in WriteToJpeg() local
296 int32_t rgb888Size = param.stride * param.height * RGB888_PIXEL_BYTES / RGB565_PIXEL_BYTES; in WriteToJpeg() local
330 … int32_t rgb888Size = param.stride * param.height * RGB888_PIXEL_BYTES / RGBA8888_PIXEL_BYTES; in WriteToJpeg() local
339 int32_t rgb888Size = param.stride * param.height * RGB888_PIXEL_BYTES / RGB565_PIXEL_BYTES; in WriteToJpeg() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp138 unsigned char *rgb888Buf, int rgb888Size) in RGB565ToRGB888()
225 uint32_t rgb888Size = (frame->GetByteCount() / RGB565_PIXEL_BYTES) * RGB888_PIXEL_BYTES; in FrameToJpeg() local