Searched refs:ReadYuvDataInfoFromParcel (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 490 if (!context.map->ReadYuvDataInfoFromParcel(context.parcel, context.map.get())) { in FinalizeUnmarshalling() 491 HRPE("Unmarshal: PixelMap::ReadYuvDataInfoFromParcel failed"); in FinalizeUnmarshalling()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 438 bool ReadYuvDataInfoFromParcel(Parcel &parcel, PixelMap *pixelMap);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2472 bool PixelMap::ReadYuvDataInfoFromParcel(Parcel &parcel, PixelMap *pixelMap) in ReadYuvDataInfoFromParcel() function in OHOS::Media::PixelMap 2477 IMAGE_LOGD("ReadYuvDataInfoFromParcel width:%{public}d", yDataInfo.imageSize.width); in ReadYuvDataInfoFromParcel() 2479 IMAGE_LOGD("ReadYuvDataInfoFromParcel height:%{public}d", yDataInfo.imageSize.height); in ReadYuvDataInfoFromParcel() 2482 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.yWidth:%{public}d", yDataInfo.yWidth); in ReadYuvDataInfoFromParcel() 2484 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.yHeight:%{public}d", yDataInfo.yHeight); in ReadYuvDataInfoFromParcel() 2486 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.uvWidth:%{public}d", yDataInfo.uvWidth); in ReadYuvDataInfoFromParcel() 2488 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.uvHeight:%{public}d", yDataInfo.uvHeight); in ReadYuvDataInfoFromParcel() 2491 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.yStride:%{public}d", yDataInfo.yStride); in ReadYuvDataInfoFromParcel() 2493 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInfo.uStride:%{public}d", yDataInfo.uStride); in ReadYuvDataInfoFromParcel() 2495 IMAGE_LOGD("ReadYuvDataInfoFromParcel yDataInf in ReadYuvDataInfoFromParcel() [all...] |
Completed in 8 milliseconds