Searched refs:flip (Results 1 – 8 of 8) sorted by relevance
1275 : flip(0), value(rotation) { }1277 int32_t flip; ///< horizontal flip (left-right flip applied prior to rotation) member1281 C2FIELD(flip, "flip")
1888 bool flip = rotation && (rotation->flip & 1); in renderOutputBuffer() local1893 transform = flip ? HAL_TRANSFORM_FLIP_H : 0; in renderOutputBuffer()1896 transform = flip ? (HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90) in renderOutputBuffer()1900 transform = flip ? HAL_TRANSFORM_FLIP_V : HAL_TRANSFORM_ROT_180; in renderOutputBuffer()1903 transform = flip ? (HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_ROT_90) in renderOutputBuffer()
2929 uint32_t flip; member2995 uint32_t flip; /* 0 means no flip */ member
1330 streamInfo->reprocess_config.pp_feature_config.flip = (uint32_t)flipMode; in addReprocStreamsFromSource()
3444 streamInfo->pp_config.flip = (uint32_t)flipMode; in initStreamInfoBuf()
512 * Horizontal flip. FLIP_H/FLIP_V is applied before ROT_90.517 * Vertical flip. FLIP_H/FLIP_V is applied before ROT_90.
1070 * Sets the transform (rotation/flip) of the given layer.
8447 IF_META_AVAILABLE(int32_t, flip, CAM_INTF_PARM_FLIP, metadata) { in translateFromHalMetadata()8448 memcpy(&(repro_info.pipeline_flip), flip, sizeof(int32_t)); in translateFromHalMetadata()